Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp483 const APInt &AInt = IncSCEV->getAPInt().abs(); in collectPossibleIVs() local
484 if (IncSCEV->getValue()->isZero() || AInt.uge(MaxInc)) in collectPossibleIVs()