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