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.h312 bool willNotOverflowSignedAdd(const WithCache<const Value *> &LHS, in willNotOverflowSignedAdd() function
328 return IsSigned ? willNotOverflowSignedAdd(LHS, RHS, CxtI) in willNotOverflowAdd()
H A DInstCombineAddSub.cpp917 willNotOverflowSignedAdd(Op01C, Op1C, Add)); in foldAddWithConstant()
1753 if (!I.hasNoSignedWrap() && willNotOverflowSignedAdd(LHSCache, RHSCache, I)) { in visitAdd()
H A DInstCombineMulDivRem.cpp626 if (willNotOverflowSignedAdd(Y, One, I)) { in foldPowiReassoc()