Lines Matching refs:getMulExpr
440 const SCEV *NewMul = SE.getMulExpr(Ops); in DoInitialMatch()
448 Good.push_back(SE.getMulExpr(NegOne, S)); in DoInitialMatch()
450 Bad.push_back(SE.getMulExpr(NegOne, S)); in DoInitialMatch()
698 return SE.getMulExpr(LHS, RC); in getExactSDiv()
776 return Found ? SE.getMulExpr(Ops) : nullptr; in getExactSDiv()
3591 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder); in CollectSubexprs()
3604 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder); in CollectSubexprs()
3622 C = C ? cast<SCEVConstant>(SE.getMulExpr(C, Op0)) : Op0; in CollectSubexprs()
3626 Ops.push_back(SE.getMulExpr(C, Remainder)); in CollectSubexprs()
4019 F.BaseRegs[i] = SE.getMulExpr(F.BaseRegs[i], FactorS); in GenerateICmpZeroScales()
4026 F.ScaledReg = SE.getMulExpr(F.ScaledReg, FactorS); in GenerateICmpZeroScales()
5361 SE.getMulExpr(ScaledS, SE.getConstant(ScaledS->getType(), F.Scale)); in Expand()