Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h2027 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5736 if (match(&I, m_UAddWithOverflow(m_Value(A), m_Value(B), in visitICmpInst()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1476 if (!match(Cmp, m_UAddWithOverflow(m_Value(A), m_Value(B), m_BinOp(Add)))) { in combineToUAddWithOverflow()