Searched refs:OtherAddRec (Results 1 – 1 of 1) sorted by relevance
2942 const auto *OtherAddRec = cast<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr() local2943 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()2944 for (unsigned i = 0, e = OtherAddRec->getNumOperands(); in getAddExpr()2947 append_range(AddRecOps, OtherAddRec->operands().drop_front(i)); in getAddExpr()2951 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()3295 const SCEVAddRecExpr *OtherAddRec = in getMulExpr() local3297 if (!OtherAddRec || OtherAddRec->getLoop() != AddRec->getLoop()) in getMulExpr()3302 if (AddRec->getNumOperands() + OtherAddRec->getNumOperands() - 1 > in getMulExpr()3303 MaxAddRecSize || hasHugeExpression({AddRec, OtherAddRec})) in getMulExpr()3311 OtherAddRec->getNumOperands() - 1; x != xe && !Overflow; ++x) { in getMulExpr()[all …]