Home
last modified time | relevance | path

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

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