Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DPatternMatch.h1151 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h1694 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DPatternMatch.h2017 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DPatternMatch.h2121 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DPatternMatch.h2228 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DPatternMatch.h2228 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DPatternMatch.h2376 m_UAddWithOverflow(const LHS_t &L, const RHS_t &R, const Sum_t &S) { in m_UAddWithOverflow() function
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp845 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI)))) in CombineUAddWithOverflow()
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4109 if (match(&I, m_UAddWithOverflow(m_Value(A), m_Value(B), in visitICmpInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1272 if (!match(Cmp, m_UAddWithOverflow(m_Value(A), m_Value(B), m_BinOp(Add)))) in combineToUAddWithOverflow()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5616 if (match(&I, m_UAddWithOverflow(m_Value(A), m_Value(B), in visitICmpInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1584 if (!match(Cmp, m_UAddWithOverflow(m_Value(A), m_Value(B), m_BinOp(Add)))) { in combineToUAddWithOverflow()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6336 if (match(&I, m_UAddWithOverflow(m_Value(A), m_Value(B), in visitICmpInst()