Lines Matching refs:getMulExpr

951     Dividend = SE.getMulExpr(Dividend,  in BinomialCoefficient()
960 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()
990 Result = SE.getAddExpr(Result, SE.getMulExpr(Operands[i], Coeff)); in evaluateAtIteration()
1105 return !Changed ? Expr : SE.getMulExpr(Operands, Expr->getNoWrapFlags()); in getLosslessPtrToIntExpr()
1194 return getMulExpr(Operands); in getTruncateExpr()
1653 const SCEV *ZMul = getMulExpr(CastedMaxBECount, Step, in getZeroExtendExprImpl()
1664 getMulExpr(WideMaxBECount, in getZeroExtendExprImpl()
1681 getMulExpr(WideMaxBECount, in getZeroExtendExprImpl()
1822 return getMulExpr(Ops, SCEV::FlagNUW, Depth + 1); in getZeroExtendExprImpl()
1844 return getMulExpr( in getZeroExtendExprImpl()
2028 const SCEV *SMul = getMulExpr(CastedMaxBECount, Step, in getSignExtendExprImpl()
2039 getMulExpr(WideMaxBECount, in getSignExtendExprImpl()
2056 getMulExpr(WideMaxBECount, in getSignExtendExprImpl()
2269 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
2313 Operation = &ScalarEvolution::getMulExpr; in willNotOverflow()
2582 const SCEV *Mul = getMulExpr(Scale, Ops[i], SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2643 LargeOps.push_back(getMulExpr(LargeMulOps, SCEV::FlagAnyWrap, Depth + 1)); in getAddExpr()
2705 return getMulExpr(Y, getUDivExpr(X, Y)); in getAddExpr()
2773 Ops.push_back(getMulExpr( in getAddExpr()
2806 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2810 const SCEV *OuterMul = getMulExpr(AddOne, MulOpSCEV, in getAddExpr()
2840 InnerMul1 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2847 InnerMul2 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2852 const SCEV *OuterMul = getMulExpr(MulOpSCEV, InnerMulSum, in getAddExpr()
3105 const SCEV *ScalarEvolution::getMulExpr(SmallVectorImpl<const SCEV *> &Ops, in getMulExpr() function in ScalarEvolution
3178 const SCEV *LHS = getMulExpr(LHSC, Add->getOperand(0), in getMulExpr()
3180 const SCEV *RHS = getMulExpr(LHSC, Add->getOperand(1), in getMulExpr()
3192 const SCEV *Mul = getMulExpr(Ops[0], AddOp, SCEV::FlagAnyWrap, in getMulExpr()
3203 Operands.push_back(getMulExpr(Ops[0], AddRecOp, SCEV::FlagAnyWrap, in getMulExpr()
3245 return getMulExpr(Ops, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()
3272 const SCEV *Scale = getMulExpr(LIOps, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()
3282 NewOps.push_back(getMulExpr(Scale, AddRec->getOperand(i), in getMulExpr()
3305 return getMulExpr(Ops, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()
3358 SumOps.push_back(getMulExpr(CoeffTerm, Term1, Term2, in getMulExpr()
3379 return getMulExpr(Ops, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()
3414 const SCEV *Mult = getMulExpr(UDiv, RHS, SCEV::FlagNUW); in getURemExpr()
3511 if (getZeroExtendExpr(M, ExtTy) == getMulExpr(Operands)) in getUDivExpr()
3516 if (!isa<SCEVUDivExpr>(Div) && getMulExpr(Div, RHSC) == Op) { in getUDivExpr()
3519 return getMulExpr(Operands); in getUDivExpr()
3548 getMulExpr(Op, RHS) != A->getOperand(i)) in getUDivExpr()
3608 return getMulExpr(Operands); in getUDivExactExpr()
3623 LHS = getMulExpr(Operands); in getUDivExactExpr()
3637 return getMulExpr(Operands); in getUDivExactExpr()
3793 const SCEV *LocalOffset = getMulExpr(IndexExpr, ElementSize, OffsetWrap); in getGEPExpr()
4404 Res = getMulExpr(Res, getVScale(IntTy)); in getSizeOfExpr()
4594 return getMulExpr(V, getMinusOne(Ty), Flags); in getNegativeSCEV()
7737 MulOps.push_back(getMulExpr(LHS, RHS, Flags)); in createSCEV()
7752 return getMulExpr(MulOps); in createSCEV()
7806 auto *NewMul = getMulExpr(MulOps, LHSMul->getNoWrapFlags()); in createSCEV()
7812 return getMulExpr( in createSCEV()
7904 return getMulExpr(getSCEV(BO->LHS), getConstant(X), Flags); in createSCEV()
7984 getMulExpr(AddTruncateExpr, getConstant(Mul)); in createSCEV()
9818 return getMulExpr(NewOps, cast<SCEVMulExpr>(S)->getNoWrapFlags()); in getWithOperands()
10092 return SE.getUDivExactExpr(SE.getMulExpr(B, SE.getConstant(I)), D); in SolveLinEquationWithOverflow()
15158 getMulExpr(getUDivExpr(RewrittenLHS, URemRHS), URemRHS); in applyLoopGuards()