Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2778 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()
2789 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()
2820 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2832 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2864 getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2875 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2892 const SCEV *DependenceInfo::getNegativePart(const SCEV *X) const { in getNegativePart() function in DependenceInfo
2916 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h796 const SCEV *getNegativePart(const SCEV *X) const;