Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h505 bool willNotOverflowUnsignedSub(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedSub() function
DInstCombineAddSub.cpp1827 if (!I.hasNoUnsignedWrap() && willNotOverflowUnsignedSub(Op0, Op1, I)) { in visitSub()
DInstCombineCompares.cpp3800 if (willNotOverflowUnsignedSub(LHS, RHS, OrigI)) in OptimizeOverflowCheck()