|
LLVM
8.0.1
|
#include "llvm/IR/PatternMatch.h"

Public Member Functions | |
| CmpClass_match (PredicateTy &Pred, const LHS_t &LHS, const RHS_t &RHS) | |
| template<typename OpTy > | |
| bool | match (OpTy *V) |
Public Attributes | |
| PredicateTy & | Predicate |
| LHS_t | L |
| RHS_t | R |
Definition at line 984 of file PatternMatch.h.
|
inline |
Definition at line 991 of file PatternMatch.h.
|
inline |
Definition at line 994 of file PatternMatch.h.
References I.
| LHS_t llvm::PatternMatch::CmpClass_match< LHS_t, RHS_t, Class, PredicateTy, Commutable >::L |
Definition at line 986 of file PatternMatch.h.
| PredicateTy& llvm::PatternMatch::CmpClass_match< LHS_t, RHS_t, Class, PredicateTy, Commutable >::Predicate |
Definition at line 985 of file PatternMatch.h.
| RHS_t llvm::PatternMatch::CmpClass_match< LHS_t, RHS_t, Class, PredicateTy, Commutable >::R |
Definition at line 987 of file PatternMatch.h.
1.8.13