Home
last modified time | relevance | path

Searched refs:getNegativePart (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2704 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()
2715 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()
2746 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2758 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2790 getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2801 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2818 const SCEV *DependenceInfo::getNegativePart(const SCEV *X) const { in getNegativePart() function in DependenceInfo
2842 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h791 const SCEV *getNegativePart(const SCEV *X) const;