Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h512 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub() function
526 return IsSigned ? willNotOverflowSignedSub(LHS, RHS, CxtI) in willNotOverflowSub()
H A DInstCombineAddSub.cpp1736 if (!I.hasNoSignedWrap() && willNotOverflowSignedSub(Op0, Op1, I)) { in visitSub()
H A DInstCombineCalls.cpp2080 if (willNotOverflowSignedSub(Arg0, Arg1, *II)) in visitCallInst()
H A DInstCombineCompares.cpp3873 if (willNotOverflowSignedSub(LHS, RHS, OrigI)) in OptimizeOverflowCheck()