Searched refs:Iter_1 (Results 1 – 1 of 1) sorted by relevance
2915 const SCEV *Iter_1 = SE->getMinusSCEV( in findBoundsLT() local2920 SE->getMinusSCEV(SE->getMulExpr(NegPart, Iter_1), B[K].Coeff); in findBoundsLT()2924 SE->getMinusSCEV(SE->getMulExpr(PosPart, Iter_1), B[K].Coeff); in findBoundsLT()2959 const SCEV *Iter_1 = SE->getMinusSCEV( in findBoundsGT() local2964 SE->getAddExpr(SE->getMulExpr(NegPart, Iter_1), A[K].Coeff); in findBoundsGT()2968 SE->getAddExpr(SE->getMulExpr(PosPart, Iter_1), A[K].Coeff); in findBoundsGT()