Searched refs:OtherAddRec (Results 1 – 1 of 1) sorted by relevance
2952 const auto *OtherAddRec = cast<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr() local2953 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()2954 for (unsigned i = 0, e = OtherAddRec->getNumOperands(); in getAddExpr()2961 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()3326 const SCEVAddRecExpr *OtherAddRec = in getMulExpr() local3328 if (!OtherAddRec || OtherAddRec->getLoop() != AddRec->getLoop()) in getMulExpr()3333 if (AddRec->getNumOperands() + OtherAddRec->getNumOperands() - 1 > in getMulExpr()3334 MaxAddRecSize || hasHugeExpression({AddRec, OtherAddRec})) in getMulExpr()3342 OtherAddRec->getNumOperands() - 1; x != xe && !Overflow; ++x) { in getMulExpr()3347 ze = std::min(x+1, (int)OtherAddRec->getNumOperands()); in getMulExpr()[all …]