|
LLVM 23.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
| ValueType_bind (EVT &Bind, const Pattern &P) | |
| template<typename MatchContext> | |
| bool | match (const MatchContext &Ctx, SDValue N) |
Public Attributes | |
| EVT & | BindVT |
| Pattern | P |
Definition at line 336 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 340 of file SDPatternMatch.h.
|
inline |
Definition at line 343 of file SDPatternMatch.h.
| EVT& llvm::SDPatternMatch::ValueType_bind< Pattern >::BindVT |
Definition at line 337 of file SDPatternMatch.h.
Referenced by match(), and ValueType_bind().
| Pattern llvm::SDPatternMatch::ValueType_bind< Pattern >::P |
Definition at line 338 of file SDPatternMatch.h.
Referenced by match(), and ValueType_bind().