Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2886 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()
2897 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()
2928 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2940 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2972 getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2983 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
3000 const SCEV *DependenceInfo::getNegativePart(const SCEV *X) const { in getNegativePart() function in DependenceInfo
3024 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h832 const SCEV *getNegativePart(const SCEV *X) const;