Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp877 const SCEV *ScaleSCEV = SE->getConstant(StepSCEV->getType(), N); in validateRootSet() local
878 if (ADR->getStepRecurrence(*SE) != SE->getMulExpr(StepSCEV, ScaleSCEV)) in validateRootSet()