Searched refs:getNegativePart (Results 1 – 2 of 2) sorted by relevance
2712 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()2723 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()2757 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()2769 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()2804 getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()2815 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()2832 const SCEV *DependenceAnalysis::getNegativePart(const SCEV *X) const { in getNegativePart() function in DependenceAnalysis2857 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
782 const SCEV *getNegativePart(const SCEV *X) const;