Searched refs:willNotOverflowSignedSub (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 332 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub() function 346 return IsSigned ? willNotOverflowSignedSub(LHS, RHS, CxtI) in willNotOverflowSub()
|
H A D | InstCombineAddSub.cpp | 893 bool WillNotSOV = willNotOverflowSignedSub(Op1C, COne, Add); in foldAddWithConstant() 2157 bool WillNotSOV = willNotOverflowSignedSub(C, C2, I); in visitSub() 2174 if (!I.hasNoSignedWrap() && willNotOverflowSignedSub(Op0, Op1, I)) { in visitSub()
|
H A D | InstCombineMulDivRem.cpp | 652 willNotOverflowSignedSub(Y, ConstantInt::get(Y->getType(), 1), I)) { in foldPowiReassoc() 665 willNotOverflowSignedSub(Y, ConstantInt::get(Y->getType(), 1), I)) { in foldPowiReassoc()
|