|
LLVM 24.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
| ValueType_match (const PredFuncT &Pred, const Pattern &P) | |
| bool | match (SDValue N) |
Public Attributes | |
| PredFuncT | PredFunc |
| Pattern | P |
Definition at line 261 of file SDPatternMatch.h.
|
inline |
Definition at line 265 of file SDPatternMatch.h.
|
inline |
Definition at line 268 of file SDPatternMatch.h.
| Pattern llvm::SDPatternMatch::ValueType_match< Pattern, PredFuncT >::P |
Definition at line 263 of file SDPatternMatch.h.
Referenced by match(), and ValueType_match().
| PredFuncT llvm::SDPatternMatch::ValueType_match< Pattern, PredFuncT >::PredFunc |
Definition at line 262 of file SDPatternMatch.h.
Referenced by match(), and ValueType_match().