Lines Matching refs:OtherIdx
2258 for (unsigned OtherIdx = Idx+1; in getAddExpr() local
2259 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()
2260 ++OtherIdx) in getAddExpr()
2261 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2265 for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()
2266 ++OtherIdx) in getAddExpr()
2268 dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx])) in getAddExpr()
2280 Ops.erase(Ops.begin() + OtherIdx); --OtherIdx; in getAddExpr()
2534 for (unsigned OtherIdx = Idx+1; in getMulExpr() local
2535 OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getMulExpr()
2536 ++OtherIdx) { in getMulExpr()
2538 dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx]); in getMulExpr()
2573 Ops.erase(Ops.begin() + OtherIdx); --OtherIdx; in getMulExpr()