Lines Matching refs:getMulExpr
454 const SCEV *NewMul = SE.getMulExpr(Ops); in DoInitialMatch()
462 Good.push_back(SE.getMulExpr(NegOne, S)); in DoInitialMatch()
464 Bad.push_back(SE.getMulExpr(NegOne, S)); in DoInitialMatch()
712 return SE.getMulExpr(LHS, RC); in getExactSDiv()
790 return Found ? SE.getMulExpr(Ops) : nullptr; in getExactSDiv()
3613 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder); in CollectSubexprs()
3626 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder); in CollectSubexprs()
3644 C = C ? cast<SCEVConstant>(SE.getMulExpr(C, Op0)) : Op0; in CollectSubexprs()
3648 Ops.push_back(SE.getMulExpr(C, Remainder)); in CollectSubexprs()
4041 F.BaseRegs[i] = SE.getMulExpr(F.BaseRegs[i], FactorS); in GenerateICmpZeroScales()
4048 F.ScaledReg = SE.getMulExpr(F.ScaledReg, FactorS); in GenerateICmpZeroScales()
5464 SE.getMulExpr(ScaledS, SE.getConstant(ScaledS->getType(), F.Scale)); in Expand()