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

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

Completed in 64 milliseconds