LLVM 22.0.0git
|
#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 |
Definition at line 1784 of file PatternMatch.h.
|
inline |
|
inline |
Definition at line 1792 of file PatternMatch.h.
References llvm::dyn_cast(), llvm::CmpPredicate::get(), llvm::CmpPredicate::getMatching(), llvm::CmpPredicate::getSwapped(), I, L, Predicate, and R.
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().
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().
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().