Home
last modified time | relevance | path

Searched refs:NegPart (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()
2917 const SCEV *NegPart = in findBoundsLT() local
2918 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2929 const SCEV *NegPart = in findBoundsLT() local
2931 if (NegPart->isZero()) in findBoundsLT()
2961 const SCEV *NegPart = in findBoundsGT() local
2974 if (NegPart->isZero()) in findBoundsGT()
3006 CI[K].NegPart = Zero; in collectCoeffInfo()
3014 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h378 const SCEV *NegPart; member