Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2813 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()
2824 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()
2855 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2867 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2899 getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2910 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2927 const SCEV *DependenceInfo::getNegativePart(const SCEV *X) const { in getNegativePart() function in DependenceInfo
2951 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h793 const SCEV *getNegativePart(const SCEV *X) const;