Searched refs:m_UAddWithOverflow (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1151 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1499 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 845 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI)))) in CombineUAddWithOverflow()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 4109 if (match(&I, m_UAddWithOverflow(m_Value(A), m_Value(B), in visitICmpInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1142 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI)))) in CombineUAddWithOverflow()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 4825 if (match(&I, m_UAddWithOverflow(m_Value(A), m_Value(B), in visitICmpInst()
|