Home
last modified time | relevance | path

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

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