Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2876 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()
2887 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ()
2918 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2930 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2962 getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2973 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); in findBoundsGT()
2990 const SCEV *DependenceInfo::getNegativePart(const SCEV *X) const { in getNegativePart() function in DependenceInfo
3014 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h817 const SCEV *getNegativePart(const SCEV *X) const;