Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DPatternMatch.h1151 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1694 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
/external/llvm-project/llvm/include/llvm/IR/
DPatternMatch.h1946 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp845 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI)))) in CombineUAddWithOverflow()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4109 if (match(&I, m_UAddWithOverflow(m_Value(A), m_Value(B), in visitICmpInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1272 if (!match(Cmp, m_UAddWithOverflow(m_Value(A), m_Value(B), m_BinOp(Add)))) in combineToUAddWithOverflow()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1363 if (!match(Cmp, m_UAddWithOverflow(m_Value(A), m_Value(B), m_BinOp(Add)))) { in combineToUAddWithOverflow()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp5743 if (match(&I, m_UAddWithOverflow(m_Value(A), m_Value(B), in visitICmpInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp5616 if (match(&I, m_UAddWithOverflow(m_Value(A), m_Value(B), in visitICmpInst()