Searched refs:willNotOverflowSignedSub (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 512 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub() function 526 return IsSigned ? willNotOverflowSignedSub(LHS, RHS, CxtI) in willNotOverflowSub()
|
| H A D | InstCombineAddSub.cpp | 1736 if (!I.hasNoSignedWrap() && willNotOverflowSignedSub(Op0, Op1, I)) { in visitSub()
|
| H A D | InstCombineCalls.cpp | 2080 if (willNotOverflowSignedSub(Arg0, Arg1, *II)) in visitCallInst()
|
| H A D | InstCombineCompares.cpp | 3873 if (willNotOverflowSignedSub(LHS, RHS, OrigI)) in OptimizeOverflowCheck()
|