Searched refs:OtherAddRec (Results 1 – 1 of 1) sorted by relevance
2899 const auto *OtherAddRec = cast<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr() local2900 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()2901 for (unsigned i = 0, e = OtherAddRec->getNumOperands(); in getAddExpr()2904 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()2905 OtherAddRec->op_end()); in getAddExpr()2909 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()3254 const SCEVAddRecExpr *OtherAddRec = in getMulExpr() local3256 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()3261 if (AddRec->getNumOperands() + OtherAddRec->getNumOperands() - 1 > in getMulExpr()3262 MaxAddRecSize || hasHugeExpression({AddRec, OtherAddRec})) in getMulExpr()[all …]