LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
UAddWithOverflow_match (const LHS_t &L, const RHS_t &R, const Sum_t &S) | |
template<typename OpTy> | |
bool | match (OpTy *V) const |
Public Attributes | |
LHS_t | L |
RHS_t | R |
Sum_t | S |
Definition at line 2628 of file PatternMatch.h.
|
inline |
Definition at line 2633 of file PatternMatch.h.
|
inline |
Definition at line 2636 of file PatternMatch.h.
References llvm::CmpInst::ICMP_EQ, llvm::CmpInst::ICMP_UGT, llvm::CmpInst::ICMP_ULT, L, llvm::PatternMatch::m_Add(), llvm::PatternMatch::m_ICmp(), llvm::PatternMatch::m_Not(), llvm::PatternMatch::m_One(), llvm::PatternMatch::m_OneUse(), llvm::PatternMatch::m_Value(), llvm::PatternMatch::m_ZeroInt(), match(), R, and S.
Referenced by match().
LHS_t llvm::PatternMatch::UAddWithOverflow_match< LHS_t, RHS_t, Sum_t >::L |
Definition at line 2629 of file PatternMatch.h.
Referenced by match(), and UAddWithOverflow_match().
RHS_t llvm::PatternMatch::UAddWithOverflow_match< LHS_t, RHS_t, Sum_t >::R |
Definition at line 2630 of file PatternMatch.h.
Referenced by match(), and UAddWithOverflow_match().
Sum_t llvm::PatternMatch::UAddWithOverflow_match< LHS_t, RHS_t, Sum_t >::S |
Definition at line 2631 of file PatternMatch.h.
Referenced by match(), and UAddWithOverflow_match().