LLVM 20.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 398 of file SDPatternMatch.h.
|
inline |
Definition at line 402 of file SDPatternMatch.h.
|
inline |
Definition at line 406 of file SDPatternMatch.h.
References llvm::SDPatternMatch::Operands_match< OpIdx, OpndPreds >::match(), N, and P.
OpndPred llvm::SDPatternMatch::Operands_match< OpIdx, OpndPred, OpndPreds... >::P |
Definition at line 400 of file SDPatternMatch.h.