LLVM 22.0.0git
llvm::PatternMatch::SpecificCmpClass_match< LHS_t, RHS_t, Class, Commutable > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 SpecificCmpClass_match (CmpPredicate Pred, const LHS_t &LHS, const RHS_t &RHS)
template<typename OpTy>
bool match (OpTy *V) const

Public Attributes

const CmpPredicate Predicate
LHS_t L
RHS_t R

Detailed Description

template<typename LHS_t, typename RHS_t, typename Class, bool Commutable = false>
struct llvm::PatternMatch::SpecificCmpClass_match< LHS_t, RHS_t, Class, Commutable >

Definition at line 1784 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ SpecificCmpClass_match()

template<typename LHS_t, typename RHS_t, typename Class, bool Commutable = false>
llvm::PatternMatch::SpecificCmpClass_match< LHS_t, RHS_t, Class, Commutable >::SpecificCmpClass_match ( CmpPredicate Pred,
const LHS_t & LHS,
const RHS_t & RHS )
inline

Definition at line 1789 of file PatternMatch.h.

References L, LHS, Predicate, R, and RHS.

Member Function Documentation

◆ match()

template<typename LHS_t, typename RHS_t, typename Class, bool Commutable = false>
template<typename OpTy>
bool llvm::PatternMatch::SpecificCmpClass_match< LHS_t, RHS_t, Class, Commutable >::match ( OpTy * V) const
inline

Member Data Documentation

◆ L

template<typename LHS_t, typename RHS_t, typename Class, bool Commutable = false>
LHS_t llvm::PatternMatch::SpecificCmpClass_match< LHS_t, RHS_t, Class, Commutable >::L

Definition at line 1786 of file PatternMatch.h.

Referenced by match(), and SpecificCmpClass_match().

◆ Predicate

template<typename LHS_t, typename RHS_t, typename Class, bool Commutable = false>
const CmpPredicate llvm::PatternMatch::SpecificCmpClass_match< LHS_t, RHS_t, Class, Commutable >::Predicate

Definition at line 1785 of file PatternMatch.h.

Referenced by match(), and SpecificCmpClass_match().

◆ R

template<typename LHS_t, typename RHS_t, typename Class, bool Commutable = false>
RHS_t llvm::PatternMatch::SpecificCmpClass_match< LHS_t, RHS_t, Class, Commutable >::R

Definition at line 1787 of file PatternMatch.h.

Referenced by match(), and SpecificCmpClass_match().


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