Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h277 bool willNotOverflowUnsignedSub(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedSub() function
286 : willNotOverflowUnsignedSub(LHS, RHS, CxtI); in willNotOverflowSub()
H A DInstCombineAddSub.cpp1762 if (!I.hasNoUnsignedWrap() && willNotOverflowUnsignedSub(Op0, Op1, I)) { in visitSub()