LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SDPatternMatch::Operands_match< OpIdx, OpndPred, OpndPreds... > Struct Template Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Inheritance diagram for llvm::SDPatternMatch::Operands_match< OpIdx, OpndPred, OpndPreds... >:
Inheritance graph
[legend]

Public Member Functions

 Operands_match (OpndPred &&p, 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
 

Detailed Description

template<unsigned OpIdx, typename OpndPred, typename... OpndPreds>
struct llvm::SDPatternMatch::Operands_match< OpIdx, OpndPred, OpndPreds... >

Definition at line 379 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ Operands_match()

template<unsigned OpIdx, typename OpndPred , typename... OpndPreds>
llvm::SDPatternMatch::Operands_match< OpIdx, OpndPred, OpndPreds... >::Operands_match ( OpndPred &&  p,
OpndPreds &&...  preds 
)
inline

Definition at line 383 of file SDPatternMatch.h.

Member Function Documentation

◆ match()

template<unsigned OpIdx, typename OpndPred , typename... OpndPreds>
template<typename MatchContext >
bool llvm::SDPatternMatch::Operands_match< OpIdx, OpndPred, OpndPreds... >::match ( const MatchContext &  Ctx,
SDValue  N 
)
inline

Member Data Documentation

◆ P

template<unsigned OpIdx, typename OpndPred , typename... OpndPreds>
OpndPred llvm::SDPatternMatch::Operands_match< OpIdx, OpndPred, OpndPreds... >::P

Definition at line 381 of file SDPatternMatch.h.


The documentation for this struct was generated from the following file: