Searched refs:IVSCEV (Results 1 – 2 of 2) sorted by relevance
1445 const SCEVAddRecExpr *IVSCEV = in replace() local1447 StartExprs.push_back(IVSCEV->getStart()); in replace()1448 IncrExprs.push_back(SE->getMinusSCEV(SE->getSCEV(DRS.Roots[0]), IVSCEV)); in replace()
477 const SCEV *IVSCEV = SE->getSCEV(IV); in eliminateTrunc() local484 if (IVSCEV == SE->getSignExtendExpr(TISCEV, IVTy)) in eliminateTrunc()486 if (IVSCEV == SE->getZeroExtendExpr(TISCEV, IVTy)) in eliminateTrunc()