Home
last modified time | relevance | path

Searched refs:WillNotOverflowSignedSub (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h387 bool WillNotOverflowSignedSub(Value *LHS, Value *RHS, Instruction &CxtI);
DInstCombineAddSub.cpp945 bool InstCombiner::WillNotOverflowSignedSub(Value *LHS, Value *RHS, in WillNotOverflowSignedSub() function in InstCombiner
1680 if (!I.hasNoSignedWrap() && WillNotOverflowSignedSub(Op0, Op1, I)) { in visitSub()
DInstCombineCompares.cpp2175 if (WillNotOverflowSignedSub(LHS, RHS, OrigI)) in OptimizeOverflowCheck()