Lines Matching refs:OtherAddRec
2339 if (const auto *OtherAddRec = dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx])) in getAddExpr() local
2340 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2341 for (unsigned i = 0, e = OtherAddRec->getNumOperands(); in getAddExpr()
2344 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2345 OtherAddRec->op_end()); in getAddExpr()
2349 OtherAddRec->getOperand(i)); in getAddExpr()
2602 const SCEVAddRecExpr *OtherAddRec = in getMulExpr() local
2604 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
2612 OtherAddRec->getNumOperands() - 1; x != xe && !Overflow; ++x) { in getMulExpr()
2617 ze = std::min(x+1, (int)OtherAddRec->getNumOperands()); in getMulExpr()
2627 const SCEV *Term2 = OtherAddRec->getOperand(z); in getMulExpr()