LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SDPatternMatch::And< Pred, Preds... > Struct Template Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Inheritance diagram for llvm::SDPatternMatch::And< Pred, Preds... >:
Inheritance graph
[legend]

Public Member Functions

 And (Pred &&p, Preds &&...preds)
 
template<typename MatchContext >
bool match (const MatchContext &Ctx, SDValue N)
 
- Public Member Functions inherited from llvm::SDPatternMatch::And< Preds >
template<typename MatchContext >
bool match (const MatchContext &, SDValue N)
 

Public Attributes

Pred P
 

Detailed Description

template<typename Pred, typename... Preds>
struct llvm::SDPatternMatch::And< Pred, Preds... >

Definition at line 331 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ And()

template<typename Pred , typename... Preds>
llvm::SDPatternMatch::And< Pred, Preds... >::And ( Pred &&  p,
Preds &&...  preds 
)
inline

Definition at line 333 of file SDPatternMatch.h.

Member Function Documentation

◆ match()

template<typename Pred , typename... Preds>
template<typename MatchContext >
bool llvm::SDPatternMatch::And< Pred, Preds... >::match ( const MatchContext &  Ctx,
SDValue  N 
)
inline

Definition at line 338 of file SDPatternMatch.h.

References llvm::SDPatternMatch::And< Preds >::match(), N, and P.

Member Data Documentation

◆ P

template<typename Pred , typename... Preds>
Pred llvm::SDPatternMatch::And< Pred, Preds... >::P

Definition at line 332 of file SDPatternMatch.h.


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