Searched refs:NegativePart (Results 1 – 1 of 1) sorted by relevance
2813 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local2815 SE->getMulExpr(NegativePart, Bound[K].Iterations); in findBoundsEQ()2824 const SCEV *NegativePart = getNegativePart(Delta); in findBoundsEQ() local2825 if (NegativePart->isZero()) in findBoundsEQ()2826 Bound[K].Lower[Dependence::DVEntry::EQ] = NegativePart; // Zero in findBoundsEQ()