Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2837 SE->getMulExpr(SE->getMinusSCEV(A[K].NegPart, B[K].PosPart), in findBoundsALL()
2840 SE->getMulExpr(SE->getMinusSCEV(A[K].PosPart, B[K].NegPart), in findBoundsALL()
2921 const SCEV *PosPart = in findBoundsLT() local
2922 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff)); in findBoundsLT()
2933 const SCEV *PosPart = in findBoundsLT() local
2935 if (PosPart->isZero()) in findBoundsLT()
2965 const SCEV *PosPart = in findBoundsGT() local
2977 if (PosPart->isZero()) in findBoundsGT()
3005 CI[K].PosPart = Zero; in collectCoeffInfo()
3013 CI[K].PosPart = getPositivePart(CI[K].Coeff); in collectCoeffInfo()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h377 const SCEV *PosPart; member