Searched refs:OtherAddRec (Results 1 – 1 of 1) sorted by relevance
2954 const auto *OtherAddRec = cast<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr() local2955 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()2956 for (unsigned i = 0, e = OtherAddRec->getNumOperands(); in getAddExpr()2959 append_range(AddRecOps, OtherAddRec->operands().drop_front(i)); in getAddExpr()2963 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()3328 const SCEVAddRecExpr *OtherAddRec = in getMulExpr() local3330 if (!OtherAddRec || OtherAddRec->getLoop() != AddRec->getLoop()) in getMulExpr()3335 if (AddRec->getNumOperands() + OtherAddRec->getNumOperands() - 1 > in getMulExpr()3336 MaxAddRecSize || hasHugeExpression({AddRec, OtherAddRec})) in getMulExpr()3344 OtherAddRec->getNumOperands() - 1; x != xe && !Overflow; ++x) { in getMulExpr()[all …]