Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2813 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local
2815 SE->getMulExpr(NegativePart, Bound[K].Iterations); in findBoundsEQ()
2824 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local
2825 if (NegativePart->isZero()) in findBoundsEQ()
2826 Bound[K].Lower[Dependence::DVEntry::EQ] = NegativePart; // Zero in findBoundsEQ()