Lines Matching refs:getMulExpr

1021     Dividend = SE.getMulExpr(Dividend,  in BinomialCoefficient()
1030 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()
1060 Result = SE.getAddExpr(Result, SE.getMulExpr(Operands[i], Coeff)); in evaluateAtIteration()
1175 return !Changed ? Expr : SE.getMulExpr(Operands, Expr->getNoWrapFlags()); in getLosslessPtrToIntExpr()
1264 return getMulExpr(Operands); in getTruncateExpr()
1686 const SCEV *ZMul = getMulExpr(CastedMaxBECount, Step, in getZeroExtendExpr()
1697 getMulExpr(WideMaxBECount, in getZeroExtendExpr()
1714 getMulExpr(WideMaxBECount, in getZeroExtendExpr()
1855 return getMulExpr(Ops, SCEV::FlagNUW, Depth + 1); in getZeroExtendExpr()
1877 return getMulExpr( in getZeroExtendExpr()
2027 const SCEV *SMul = getMulExpr(CastedMaxBECount, Step, in getSignExtendExpr()
2038 getMulExpr(WideMaxBECount, in getSignExtendExpr()
2055 getMulExpr(WideMaxBECount, in getSignExtendExpr()
2258 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
2301 Operation = &ScalarEvolution::getMulExpr; in willNotOverflow()
2528 const SCEV *Mul = getMulExpr(Scale, Ops[i], SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2589 LargeOps.push_back(getMulExpr(LargeMulOps, SCEV::FlagAnyWrap, Depth + 1)); in getAddExpr()
2651 return getMulExpr(Y, getUDivExpr(X, Y)); in getAddExpr()
2720 Ops.push_back(getMulExpr( in getAddExpr()
2753 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2757 const SCEV *OuterMul = getMulExpr(AddOne, MulOpSCEV, in getAddExpr()
2787 InnerMul1 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2794 InnerMul2 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2799 const SCEV *OuterMul = getMulExpr(MulOpSCEV, InnerMulSum, in getAddExpr()
3053 const SCEV *ScalarEvolution::getMulExpr(SmallVectorImpl<const SCEV *> &Ops, in getMulExpr() function in ScalarEvolution
3126 const SCEV *LHS = getMulExpr(LHSC, Add->getOperand(0), in getMulExpr()
3128 const SCEV *RHS = getMulExpr(LHSC, Add->getOperand(1), in getMulExpr()
3140 const SCEV *Mul = getMulExpr(Ops[0], AddOp, SCEV::FlagAnyWrap, in getMulExpr()
3151 Operands.push_back(getMulExpr(Ops[0], AddRecOp, SCEV::FlagAnyWrap, in getMulExpr()
3182 return getMulExpr(Ops, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()
3210 const SCEV *Scale = getMulExpr(LIOps, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()
3212 NewOps.push_back(getMulExpr(Scale, AddRec->getOperand(i), in getMulExpr()
3233 return getMulExpr(Ops, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()
3286 SumOps.push_back(getMulExpr(CoeffTerm, Term1, Term2, in getMulExpr()
3307 return getMulExpr(Ops, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()
3342 const SCEV *Mult = getMulExpr(UDiv, RHS, SCEV::FlagNUW); in getURemExpr()
3439 if (getZeroExtendExpr(M, ExtTy) == getMulExpr(Operands)) in getUDivExpr()
3444 if (!isa<SCEVUDivExpr>(Div) && getMulExpr(Div, RHSC) == Op) { in getUDivExpr()
3447 return getMulExpr(Operands); in getUDivExpr()
3476 getMulExpr(Op, RHS) != A->getOperand(i)) in getUDivExpr()
3536 return getMulExpr(Operands); in getUDivExactExpr()
3551 LHS = getMulExpr(Operands); in getUDivExactExpr()
3565 return getMulExpr(Operands); in getUDivExactExpr()
3721 const SCEV *LocalOffset = getMulExpr(IndexExpr, ElementSize, OffsetWrap); in getGEPExpr()
4435 return getMulExpr(V, getMinusOne(Ty), Flags); in getNegativeSCEV()
7513 MulOps.push_back(getMulExpr(LHS, RHS, Flags)); in createSCEV()
7527 return getMulExpr(MulOps); in createSCEV()
7581 auto *NewMul = getMulExpr(MulOps, LHSMul->getNoWrapFlags()); in createSCEV()
7587 return getMulExpr( in createSCEV()
7695 return getMulExpr(getSCEV(BO->LHS), getConstant(X), Flags); in createSCEV()
7744 getMulExpr(getTruncateExpr(ShlOp0SCEV, TruncTy), in createSCEV()
9714 return getMulExpr(NewOps, Comm->getNoWrapFlags()); in computeSCEVAtScope()
9846 return SE.getUDivExactExpr(SE.getMulExpr(B, SE.getConstant(I)), D); in SolveLinEquationWithOverflow()
14627 auto Multiple = getMulExpr(getUDivExpr(URemLHS, URemRHS), URemRHS); in applyLoopGuards()