Home
last modified time | relevance | path

Searched refs:OtherAddRec (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp2301 if (const auto *OtherAddRec = dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx])) in getAddExpr() local
2302 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2303 for (unsigned i = 0, e = OtherAddRec->getNumOperands(); in getAddExpr()
2306 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2307 OtherAddRec->op_end()); in getAddExpr()
2311 OtherAddRec->getOperand(i)); in getAddExpr()
2565 const SCEVAddRecExpr *OtherAddRec = in getMulExpr() local
2567 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
2575 OtherAddRec->getNumOperands() - 1; x != xe && !Overflow; ++x) { in getMulExpr()
2580 ze = std::min(x+1, (int)OtherAddRec->getNumOperands()); in getMulExpr()
[all …]