Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp600 const APInt &AInt = IncSCEV->getValue()->getValue().abs(); in collectPossibleIVs() local
601 if (IncSCEV->getValue()->isZero() || AInt.uge(MaxInc)) in collectPossibleIVs()
1460 const APInt &AInt = COp->getValue()->getValue(); in updateNonLoopCtrlIncr() local
1462 if (AInt.isNegative()) { in updateNonLoopCtrlIncr()