|
LLVM 22.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
| ValueType_match (const PredFuncT &Pred, const Pattern &P) | |
| template<typename MatchContext> | |
| bool | match (const MatchContext &Ctx, SDValue N) |
Public Attributes | |
| PredFuncT | PredFunc |
| Pattern | P |
Definition at line 334 of file SDPatternMatch.h.
|
inline |
Definition at line 338 of file SDPatternMatch.h.
|
inline |
Definition at line 342 of file SDPatternMatch.h.
| Pattern llvm::SDPatternMatch::ValueType_match< Pattern, PredFuncT >::P |
Definition at line 336 of file SDPatternMatch.h.
Referenced by match(), and ValueType_match().
| PredFuncT llvm::SDPatternMatch::ValueType_match< Pattern, PredFuncT >::PredFunc |
Definition at line 335 of file SDPatternMatch.h.
Referenced by match(), and ValueType_match().