Lines Matching refs:OtherIdx
2330 for (unsigned OtherIdx = Idx+1;
2331 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
2332 ++OtherIdx)
2333 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) {
2337 for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
2338 ++OtherIdx)
2339 if (const auto *OtherAddRec = dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx]))
2351 Ops.erase(Ops.begin() + OtherIdx); --OtherIdx;
2599 for (unsigned OtherIdx = Idx+1;
2600 OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
2601 ++OtherIdx) {
2603 dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx]);
2638 Ops.erase(Ops.begin() + OtherIdx); --OtherIdx;