|
LLVM 22.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
| Operands_match (const OpndPred &p, const OpndPreds &...preds) | |
| template<typename MatchContext> | |
| bool | match (const MatchContext &Ctx, SDValue N) |
| Public Member Functions inherited from llvm::SDPatternMatch::Operands_match< OpIdx+1, OpndPreds... > | |
| bool | match (const MatchContext &Ctx, SDValue N) |
Public Attributes | |
| OpndPred | P |
Definition at line 452 of file SDPatternMatch.h.
|
inline |
Definition at line 456 of file SDPatternMatch.h.
References Operands_match(), OpIdx, and P.
Referenced by Operands_match().
|
inline |
Definition at line 460 of file SDPatternMatch.h.
References llvm::SDPatternMatch::Operands_match< OpIdx, OpndPreds >::match(), N, OpIdx, and P.
| OpndPred llvm::SDPatternMatch::Operands_match< OpIdx, OpndPred, OpndPreds... >::P |
Definition at line 454 of file SDPatternMatch.h.
Referenced by match(), and Operands_match().