Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h286 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub() function
315 case Instruction::Sub: return willNotOverflowSub(LHS, RHS, CxtI, IsSigned); in willNotOverflow()