Lines Matching refs:getMulExpr

549     const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());
550 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA());
554 Prod1 = SE->getMulExpr(X->getC(), Y->getB());
555 Prod2 = SE->getMulExpr(X->getB(), Y->getC());
568 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB());
569 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
570 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB());
571 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
572 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
573 const SCEV *A2B1 = SE->getMulExpr(Y->getA(), X->getB());
634 const SCEV *A1X1 = SE->getMulExpr(Y->getA(), X->getX());
635 const SCEV *B1Y1 = SE->getMulExpr(Y->getB(), X->getY());
1257 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff);
1408 SE->getMulExpr(SE->getConstant(Delta->getType(), 2), ConstCoeff));
1431 const SCEV *ML = SE->getMulExpr(SE->getMulExpr(ConstCoeff, UpperBound),
1801 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound);
1910 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound);
2135 const SCEV *A1N1 = SE->getMulExpr(A1, N1);
2144 const SCEV *A2N2 = SE->getMulExpr(A2, N2);
2156 const SCEV *A1N1 = SE->getMulExpr(A1, N1);
2157 const SCEV *A2N2 = SE->getMulExpr(A2, N2);
2177 const SCEV *A1N1 = SE->getMulExpr(A1, N1);
2178 const SCEV *A2N2 = SE->getMulExpr(A2, N2);
2196 const SCEV *A1N1 = SE->getMulExpr(A1, N1);
2205 const SCEV *A2N2 = SE->getMulExpr(A2, N2);
2837 SE->getMulExpr(SE->getMinusSCEV(A[K].NegPart, B[K].PosPart),
2840 SE->getMulExpr(SE->getMinusSCEV(A[K].PosPart, B[K].NegPart),
2878 SE->getMulExpr(NegativePart, Bound[K].Iterations);
2881 SE->getMulExpr(PositivePart, Bound[K].Iterations);
2920 SE->getMinusSCEV(SE->getMulExpr(NegPart, Iter_1), B[K].Coeff);
2924 SE->getMinusSCEV(SE->getMulExpr(PosPart, Iter_1), B[K].Coeff);
2964 SE->getAddExpr(SE->getMulExpr(NegPart, Iter_1), A[K].Coeff);
2968 SE->getAddExpr(SE->getMulExpr(PosPart, Iter_1), A[K].Coeff);
3185 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD());
3223 // Src = SE->getAddExpr(Src, SE->getMulExpr(AP_K, SE->getConstant(CdivB)));
3224 Src = SE->getMinusSCEV(Src, SE->getMulExpr(AP_K, SE->getConstant(CdivB)));
3238 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA)));
3252 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA)));
3261 Src = SE->getMulExpr(Src, A);
3262 Dst = SE->getMulExpr(Dst, A);
3263 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, C));
3265 Dst = addToCoefficient(Dst, CurLoop, SE->getMulExpr(A_K, B));
3283 const SCEV *XA_K = SE->getMulExpr(A_K, CurConstraint.getX());
3284 const SCEV *YAP_K = SE->getMulExpr(AP_K, CurConstraint.getY());