|
LLVM 23.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| ICmpLike_match (CmpPredicate &P, const LHS_t &Left, const RHS_t &Right) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| CmpPredicate & | Pred |
| LHS_t | L |
| RHS_t | R |
Definition at line 2317 of file PatternMatch.h.
|
inline |
Definition at line 2322 of file PatternMatch.h.
References L, llvm::Left, P, Pred, R, and llvm::Right.
|
inline |
Definition at line 2325 of file PatternMatch.h.
References A(), llvm::Constant::getNullValue(), llvm::CmpInst::ICMP_NE, L, llvm::PatternMatch::m_ICmp(), llvm::PatternMatch::m_NUWTrunc(), llvm::PatternMatch::m_Value(), llvm::PatternMatch::match(), Pred, and R.
Definition at line 2319 of file PatternMatch.h.
Referenced by ICmpLike_match(), and match().
| CmpPredicate& llvm::PatternMatch::ICmpLike_match< LHS_t, RHS_t >::Pred |
Definition at line 2318 of file PatternMatch.h.
Referenced by ICmpLike_match(), and match().
Definition at line 2320 of file PatternMatch.h.
Referenced by ICmpLike_match(), and match().