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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h388 bool WillNotOverflowUnsignedSub(Value *LHS, Value *RHS, Instruction &CxtI);
H A DInstCombineAddSub.cpp974 bool InstCombiner::WillNotOverflowUnsignedSub(Value *LHS, Value *RHS, function in class:InstCombiner
1684 if (!I.hasNoUnsignedWrap() && WillNotOverflowUnsignedSub(Op0, Op1, I)) {
H A DInstCombineCompares.cpp2179 if (WillNotOverflowUnsignedSub(LHS, RHS, OrigI))

Completed in 193 milliseconds