Home
last modified time | relevance | path

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

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