Lines Matching refs:getMulExpr

486     const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());  in intersectConstraints()
487 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA()); in intersectConstraints()
491 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
492 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints()
505 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
506 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA()); in intersectConstraints()
507 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints()
508 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA()); in intersectConstraints()
509 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()
510 const SCEV *A2B1 = SE->getMulExpr(Y->getA(), X->getB()); in intersectConstraints()
571 const SCEV *A1X1 = SE->getMulExpr(Y->getA(), X->getX()); in intersectConstraints()
572 const SCEV *B1Y1 = SE->getMulExpr(Y->getB(), X->getY()); in intersectConstraints()
1194 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff); in strongSIVtest()
1345 SE->getMulExpr(SE->getConstant(Delta->getType(), 2), ConstCoeff)); in weakCrossingSIVtest()
1368 const SCEV *ML = SE->getMulExpr(SE->getMulExpr(ConstCoeff, UpperBound), in weakCrossingSIVtest()
1738 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroSrcSIVtest()
1847 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroDstSIVtest()
2072 const SCEV *A1N1 = SE->getMulExpr(A1, N1); in symbolicRDIVtest()
2081 const SCEV *A2N2 = SE->getMulExpr(A2, N2); in symbolicRDIVtest()
2093 const SCEV *A1N1 = SE->getMulExpr(A1, N1); in symbolicRDIVtest()
2094 const SCEV *A2N2 = SE->getMulExpr(A2, N2); in symbolicRDIVtest()
2114 const SCEV *A1N1 = SE->getMulExpr(A1, N1); in symbolicRDIVtest()
2115 const SCEV *A2N2 = SE->getMulExpr(A2, N2); in symbolicRDIVtest()
2133 const SCEV *A1N1 = SE->getMulExpr(A1, N1); in symbolicRDIVtest()
2142 const SCEV *A2N2 = SE->getMulExpr(A2, N2); in symbolicRDIVtest()
2774 SE->getMulExpr(SE->getMinusSCEV(A[K].NegPart, B[K].PosPart), in findBoundsALL()
2777 SE->getMulExpr(SE->getMinusSCEV(A[K].PosPart, B[K].NegPart), in findBoundsALL()
2815 SE->getMulExpr(NegativePart, Bound[K].Iterations); in findBoundsEQ()
2818 SE->getMulExpr(PositivePart, Bound[K].Iterations); in findBoundsEQ()
2857 SE->getMinusSCEV(SE->getMulExpr(NegPart, Iter_1), B[K].Coeff); in findBoundsLT()
2861 SE->getMinusSCEV(SE->getMulExpr(PosPart, Iter_1), B[K].Coeff); in findBoundsLT()
2901 SE->getAddExpr(SE->getMulExpr(NegPart, Iter_1), A[K].Coeff); in findBoundsGT()
2905 SE->getAddExpr(SE->getMulExpr(PosPart, Iter_1), A[K].Coeff); in findBoundsGT()
3122 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD()); in propagateDistance()
3161 Src = SE->getMinusSCEV(Src, SE->getMulExpr(AP_K, SE->getConstant(CdivB))); in propagateLine()
3175 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA))); in propagateLine()
3189 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA))); in propagateLine()
3198 Src = SE->getMulExpr(Src, A); in propagateLine()
3199 Dst = SE->getMulExpr(Dst, A); in propagateLine()
3200 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, C)); in propagateLine()
3202 Dst = addToCoefficient(Dst, CurLoop, SE->getMulExpr(A_K, B)); in propagateLine()
3220 const SCEV *XA_K = SE->getMulExpr(A_K, CurConstraint.getX()); in propagatePoint()
3221 const SCEV *YAP_K = SE->getMulExpr(AP_K, CurConstraint.getY()); in propagatePoint()