Lines Matching refs:OtherIdx
2292 for (unsigned OtherIdx = Idx+1;
2293 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
2294 ++OtherIdx)
2295 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) {
2299 for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
2300 ++OtherIdx)
2301 if (const auto *OtherAddRec = dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx]))
2313 Ops.erase(Ops.begin() + OtherIdx); --OtherIdx;
2562 for (unsigned OtherIdx = Idx+1;
2563 OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
2564 ++OtherIdx) {
2566 dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx]);
2601 Ops.erase(Ops.begin() + OtherIdx); --OtherIdx;