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

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h773 /// getPositivePart - X^+ = max(X, 0).
775 const SCEV *getPositivePart(const SCEV *X) const;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2697 const SCEV *PositivePart = getPositivePart(Delta);
2708 const SCEV *PositivePart = getPositivePart(Delta);
2743 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff));
2755 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff));
2790 getPositivePart(SE->getMinusSCEV(A[K].Coeff, B[K].NegPart));
2800 const SCEV *PosPart = getPositivePart(SE->getMinusSCEV(A[K].Coeff, B[K].NegPart));
2808 const SCEV *DependenceAnalysis::getPositivePart(const SCEV *X) const { function in class:DependenceAnalysis
2838 CI[K].PosPart = getPositivePart(CI[K].Coeff);

Completed in 108 milliseconds