Lines Matching refs:getMulExpr
340 const SCEV *NewMul = SE.getMulExpr(Ops); in DoInitialMatch()
348 Good.push_back(SE.getMulExpr(NegOne, S)); in DoInitialMatch()
350 Bad.push_back(SE.getMulExpr(NegOne, S)); in DoInitialMatch()
551 return SE.getMulExpr(LHS, RC); in getExactSDiv()
613 return Found ? SE.getMulExpr(Ops) : nullptr; in getExactSDiv()
3173 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder); in CollectSubexprs()
3186 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder); in CollectSubexprs()
3204 C = C ? cast<SCEVConstant>(SE.getMulExpr(C, Op0)) : Op0; in CollectSubexprs()
3208 Ops.push_back(SE.getMulExpr(C, Remainder)); in CollectSubexprs()
3495 F.BaseRegs[i] = SE.getMulExpr(F.BaseRegs[i], FactorS); in GenerateICmpZeroScales()
3502 F.ScaledReg = SE.getMulExpr(F.ScaledReg, FactorS); in GenerateICmpZeroScales()
4518 SE.getMulExpr(ScaledS, SE.getConstant(ScaledS->getType(), F.Scale)); in Expand()