Home
last modified time | relevance | path

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

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