Lines Matching refs:OtherAddRec
1771 if (const SCEVAddRecExpr *OtherAddRec = in getAddExpr() local
1773 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
1774 for (unsigned i = 0, e = OtherAddRec->getNumOperands(); in getAddExpr()
1777 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
1778 OtherAddRec->op_end()); in getAddExpr()
1782 OtherAddRec->getOperand(i)); in getAddExpr()
2036 if (const SCEVAddRecExpr *OtherAddRec = in getMulExpr() local
2038 if (OtherAddRec->getLoop() == AddRecLoop) { in getMulExpr()
2044 OtherAddRec->getNumOperands() - 1; in getMulExpr()
2050 ze = std::min(x+1, (int)OtherAddRec->getNumOperands()); in getMulExpr()
2060 const SCEV *Term2 = OtherAddRec->getOperand(z); in getMulExpr()