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

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2707 const SCEV *PositivePart = getPositivePart(Delta);
2718 const SCEV *PositivePart = getPositivePart(Delta);
2750 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff));
2762 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff));
2794 getPositivePart(SE->getMinusSCEV(A[K].Coeff, B[K].NegPart));
2804 const SCEV *PosPart = getPositivePart(SE->getMinusSCEV(A[K].Coeff, B[K].NegPart));
2812 const SCEV *DependenceInfo::getPositivePart(const SCEV *X) const { function in class:DependenceInfo
2841 CI[K].PosPart = getPositivePart(CI[K].Coeff);

Completed in 76 milliseconds