Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopRerollPass.cpp589 auto IncSCEV = dyn_cast<SCEVConstant>(PHISCEV->getStepRecurrence(*SE)); in collectPossibleIVs() local
590 if (IncSCEV) { in collectPossibleIVs()
591 IVToIncMap[&*I] = IncSCEV->getValue()->getSExtValue(); in collectPossibleIVs()