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