Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp481 if (const SCEVConstant *IncSCEV = in collectPossibleIVs() local
483 const APInt &AInt = IncSCEV->getAPInt().abs(); in collectPossibleIVs()
484 if (IncSCEV->getValue()->isZero() || AInt.uge(MaxInc)) in collectPossibleIVs()
486 IVToIncMap[&*I] = IncSCEV->getValue()->getSExtValue(); in collectPossibleIVs()