Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp2714 const auto *OtherAddRec = cast<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr() local
2715 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2716 for (unsigned i = 0, e = OtherAddRec->getNumOperands(); in getAddExpr()
2719 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2720 OtherAddRec->op_end()); in getAddExpr()
2724 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()
3052 const SCEVAddRecExpr *OtherAddRec = in getMulExpr() local
3054 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
3059 if (AddRec->getNumOperands() + OtherAddRec->getNumOperands() - 1 > in getMulExpr()
3073 ze = std::min(x+1, (int)OtherAddRec->getNumOperands()); in getMulExpr()
[all …]