Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getNegativePart

2704     const SCEV *NegativePart = getNegativePart(Delta);
2715 const SCEV *NegativePart = getNegativePart(Delta);
2746 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff));
2758 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff));
2790 getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart));
2801 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart));
2818 const SCEV *DependenceInfo::getNegativePart(const SCEV *X) const {
2842 CI[K].NegPart = getNegativePart(CI[K].Coeff);