Searched refs:StepSCEV (Results 1 – 1 of 1) sorted by relevance
982 const SCEV *StepSCEV = SE->getMinusSCEV(SE->getSCEV(V.Roots[0]), ADR); in findRoots() local983 const SCEV *ScaleSCEV = SE->getConstant(StepSCEV->getType(), N); in findRoots()984 if (ADR->getStepRecurrence(*SE) != SE->getMulExpr(StepSCEV, ScaleSCEV)) { in findRoots()