|
LLVM 23.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
| Value_bind (SDValue &N, const PredPattern &P) | |
| template<typename MatchContext> | |
| bool | match (const MatchContext &Ctx, SDValue N) |
Public Attributes | |
| SDValue & | BindVal |
| PredPattern | Pred |
Definition at line 264 of file SDPatternMatch.h.
|
inline |
|
inline |
Definition at line 271 of file SDPatternMatch.h.
| SDValue& llvm::SDPatternMatch::Value_bind< PredPattern >::BindVal |
Definition at line 265 of file SDPatternMatch.h.
Referenced by match(), and Value_bind().
| PredPattern llvm::SDPatternMatch::Value_bind< PredPattern >::Pred |
Definition at line 266 of file SDPatternMatch.h.
Referenced by match(), and Value_bind().