Searched refs:Iter_1 (Results 1 – 1 of 1) sorted by relevance
2743 const SCEV *Iter_1 = SE->getMinusSCEV( in findBoundsLT() local2748 SE->getMinusSCEV(SE->getMulExpr(NegPart, Iter_1), B[K].Coeff); in findBoundsLT()2752 SE->getMinusSCEV(SE->getMulExpr(PosPart, Iter_1), B[K].Coeff); in findBoundsLT()2787 const SCEV *Iter_1 = SE->getMinusSCEV( in findBoundsGT() local2792 SE->getAddExpr(SE->getMulExpr(NegPart, Iter_1), A[K].Coeff); in findBoundsGT()2796 SE->getAddExpr(SE->getMulExpr(PosPart, Iter_1), A[K].Coeff); in findBoundsGT()