Searched refs:Iter_1 (Results 1 – 1 of 1) sorted by relevance
2925 const SCEV *Iter_1 = SE->getMinusSCEV( in findBoundsLT() local2930 SE->getMinusSCEV(SE->getMulExpr(NegPart, Iter_1), B[K].Coeff); in findBoundsLT()2934 SE->getMinusSCEV(SE->getMulExpr(PosPart, Iter_1), B[K].Coeff); in findBoundsLT()2969 const SCEV *Iter_1 = SE->getMinusSCEV( in findBoundsGT() local2974 SE->getAddExpr(SE->getMulExpr(NegPart, Iter_1), A[K].Coeff); in findBoundsGT()2978 SE->getAddExpr(SE->getMulExpr(PosPart, Iter_1), A[K].Coeff); in findBoundsGT()