Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h393 bool WillNotOverflowUnsignedSub(Value *LHS, Value *RHS, Instruction &CxtI);
DInstCombineAddSub.cpp954 bool InstCombiner::WillNotOverflowUnsignedSub(Value *LHS, Value *RHS, in WillNotOverflowUnsignedSub() function in InstCombiner
1663 if (!I.hasNoUnsignedWrap() && WillNotOverflowUnsignedSub(Op0, Op1, I)) { in visitSub()
DInstCombineCompares.cpp2633 if (WillNotOverflowUnsignedSub(LHS, RHS, OrigI)) in OptimizeOverflowCheck()