Searched refs:StepSCEV (Results 1 – 1 of 1) sorted by relevance
896 const SCEV *StepSCEV = SE->getMinusSCEV(SE->getSCEV(DRS.Roots[0]), ADR); in validateRootSet() local897 const SCEV *ScaleSCEV = SE->getConstant(StepSCEV->getType(), N); in validateRootSet()898 if (ADR->getStepRecurrence(*SE) != SE->getMulExpr(StepSCEV, ScaleSCEV)) in validateRootSet()