Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h285 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub() function
314 case Instruction::Sub: return willNotOverflowSub(LHS, RHS, CxtI, IsSigned); in willNotOverflow()