Searched refs:m_UAddWithOverflow (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DPatternMatch.h1151 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { function in namespace:llvm::PatternMatch
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp758 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI))))
773 // Someday m_UAddWithOverflow may get smarter, but this is a safe assumption
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3515 if (match(&I, m_UAddWithOverflow(m_Value(A), m_Value(B),

Completed in 227 milliseconds