Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2739 SE->getMulExpr(SE->getMinusSCEV(A[K].NegPart, B[K].PosPart), in findBoundsALL()
2742 SE->getMulExpr(SE->getMinusSCEV(A[K].PosPart, B[K].NegPart), in findBoundsALL()
2819 const SCEV *NegPart = in findBoundsLT() local
2820 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff)); in findBoundsLT()
2831 const SCEV *NegPart = in findBoundsLT() local
2833 if (NegPart->isZero()) in findBoundsLT()
2863 const SCEV *NegPart = in findBoundsGT() local
2876 if (NegPart->isZero()) in findBoundsGT()
2908 CI[K].NegPart = Zero; in collectCoeffInfo()
2916 CI[K].NegPart = getNegativePart(CI[K].Coeff); in collectCoeffInfo()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h357 const SCEV *NegPart; member