Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2712 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 DependenceAnalysis
2857 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h782 const SCEV *getNegativePart(const SCEV *X) const;