Lines Matching refs:getMulExpr
332 S = SE.getMulExpr(S, SE.getVScale(S->getType())); in getSCEV()
339 NegS = SE.getMulExpr(NegS, SE.getVScale(NegS->getType())); in getNegativeSCEV()
346 SU = SE.getMulExpr(SU, SE.getVScale(SU->getType())); in getUnknownSCEV()
582 const SCEV *NewMul = SE.getMulExpr(Ops); in DoInitialMatch()
590 Good.push_back(SE.getMulExpr(NegOne, S)); in DoInitialMatch()
592 Bad.push_back(SE.getMulExpr(NegOne, S)); in DoInitialMatch()
840 return SE.getMulExpr(LHS, RC); in getExactSDiv()
918 return Found ? SE.getMulExpr(Ops) : nullptr; in getExactSDiv()
3848 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder); in CollectSubexprs()
3861 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder); in CollectSubexprs()
3879 C = C ? cast<SCEVConstant>(SE.getMulExpr(C, Op0)) : Op0; in CollectSubexprs()
3883 Ops.push_back(SE.getMulExpr(C, Remainder)); in CollectSubexprs()
4292 F.BaseRegs[i] = SE.getMulExpr(F.BaseRegs[i], FactorS); in GenerateICmpZeroScales()
4299 F.ScaledReg = SE.getMulExpr(F.ScaledReg, FactorS); in GenerateICmpZeroScales()
5761 SE.getMulExpr(ScaledS, SE.getConstant(ScaledS->getType(), F.Scale)); in Expand()