Searched refs:m_NUWAdd (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 839 match(Op0, m_OneUse(m_ZExt(m_NUWAdd(m_Value(X), m_APInt(C2))))) && in foldNoWrapAdd() 856 if (match(Op0, m_OneUse(m_ZExt(m_NUWAdd(m_Value(X), m_Constant(NarrowC)))))) { in foldNoWrapAdd()
|
D | InstCombineSelect.cpp | 2123 if (IsUnsigned && match(X, m_NUWAdd(m_Value(A), m_APInt(C1))) && in moveAddAfterMinMax()
|
D | InstCombineCalls.cpp | 2032 : match(Arg0, m_NUWAdd(m_Value(X), m_APInt(C0))); in visitCallInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2327 match(Induction, m_NUWAdd(m_Specific(PN), m_ConstantInt(X)))) && in isKnownNonZero() 5335 if (match(RHS, m_NUWAdd(m_Specific(LHS), m_APInt(C)))) in isTruePredicate() 5342 if (match(A, m_NUWAdd(m_Value(X), m_APInt(CA))) && in isTruePredicate() 5343 match(B, m_NUWAdd(m_Specific(X), m_APInt(CB)))) in isTruePredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 995 m_NUWAdd(const LHS &L, const RHS &R) { in m_NUWAdd() function
|