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

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

Completed in 112 milliseconds