Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h283 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub() function
312 case Instruction::Sub: return willNotOverflowSub(LHS, RHS, CxtI, IsSigned); in willNotOverflow()