Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h302 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul() function
314 case Instruction::Mul: return willNotOverflowMul(LHS, RHS, CxtI, IsSigned); in willNotOverflow()