Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h338 bool willNotOverflowUnsignedSub(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedSub() function
347 : willNotOverflowUnsignedSub(LHS, RHS, CxtI); in willNotOverflowSub()
H A DInstCombineAddSub.cpp2178 if (!I.hasNoUnsignedWrap() && willNotOverflowUnsignedSub(Op0, Op1, I)) { in visitSub()