Searched defs:getNegativePart (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2694 const SCEV *NegativePart = getNegativePart(Delta);
2705 const SCEV *NegativePart = getNegativePart(Delta);
2739 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff));
2751 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff));
2786 getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart));
2797 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart));
2814 const SCEV *DependenceAnalysis::getNegativePart(const SCEV *X) const { function in class:DependenceAnalysis
2839 CI[K].NegPart = getNegativePart(CI[K].Coeff);

Completed in 110 milliseconds