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()
3192 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder); in CollectSubexprs()
3205 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder); in CollectSubexprs()
3223 C = C ? cast<SCEVConstant>(SE.getMulExpr(C, Op0)) : Op0; in CollectSubexprs()
3227 Ops.push_back(SE.getMulExpr(C, Remainder)); in CollectSubexprs()
3514 F.BaseRegs[i] = SE.getMulExpr(F.BaseRegs[i], FactorS); in GenerateICmpZeroScales()
3521 F.ScaledReg = SE.getMulExpr(F.ScaledReg, FactorS); in GenerateICmpZeroScales()
4530 SE.getMulExpr(ScaledS, SE.getConstant(ScaledS->getType(), F.Scale)); in Expand()