Home
last modified time | relevance | path

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

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