Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h494 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd() function
508 return IsSigned ? willNotOverflowSignedAdd(LHS, RHS, CxtI) in willNotOverflowAdd()
H A DInstCombineAddSub.cpp1216 if (!I.hasNoSignedWrap() && willNotOverflowSignedAdd(LHS, RHS, I)) { in visitAdd()
1325 willNotOverflowSignedAdd(LHSIntVal, CI, I)) { in visitFAdd()
1343 willNotOverflowSignedAdd(LHSIntVal, RHSIntVal, I)) { in visitFAdd()
H A DInstCombineCalls.cpp2076 if (willNotOverflowSignedAdd(Arg0, Arg1, *II)) in visitCallInst()
H A DInstCombineCompares.cpp3860 if (willNotOverflowSignedAdd(LHS, RHS, OrigI)) in OptimizeOverflowCheck()