Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h313 bool willNotOverflowSignedAdd(const WithCache<const Value *> &LHS, in willNotOverflowSignedAdd() function
329 return IsSigned ? willNotOverflowSignedAdd(LHS, RHS, CxtI) in willNotOverflowAdd()
H A DInstCombineAddSub.cpp917 willNotOverflowSignedAdd(Op01C, Op1C, Add)); in foldAddWithConstant()
1844 if (!I.hasNoSignedWrap() && willNotOverflowSignedAdd(LHSCache, RHSCache, I)) { in visitAdd()
H A DInstCombineMulDivRem.cpp639 if (willNotOverflowSignedAdd(Y, One, I)) { in foldPowiReassoc()