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

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

Completed in 80 milliseconds