Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h363 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul() function
375 case Instruction::Mul: return willNotOverflowMul(LHS, RHS, CxtI, IsSigned); in willNotOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2017 bool willNotOverflowMul(bool IsSigned, SDValue N0, SDValue N1) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5502 if (DAG.willNotOverflowMul(IsSigned, N0, N1)) in visitMULO()