Home
last modified time | relevance | path

Searched refs:StepSCEV (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp913 const SCEV *StepSCEV = SE->getMinusSCEV(SE->getSCEV(DRS.Roots[0]), ADR); in validateRootSet() local
914 const SCEV *ScaleSCEV = SE->getConstant(StepSCEV->getType(), N); in validateRootSet()
915 if (ADR->getStepRecurrence(*SE) != SE->getMulExpr(StepSCEV, ScaleSCEV)) in validateRootSet()
922 if (NewStepSCEV != StepSCEV) in validateRootSet()