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 401 of file SDPatternMatch.h.
|
inline |
Definition at line 405 of file SDPatternMatch.h.
|
inline |
Definition at line 409 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 403 of file SDPatternMatch.h.