Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2676 const auto *OtherAddRec = cast<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr() local
2677 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2678 for (unsigned i = 0, e = OtherAddRec->getNumOperands(); in getAddExpr()
2681 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2682 OtherAddRec->op_end()); in getAddExpr()
2686 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()
3028 const SCEVAddRecExpr *OtherAddRec = in getMulExpr() local
3030 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
3035 if (AddRec->getNumOperands() + OtherAddRec->getNumOperands() - 1 > in getMulExpr()
3036 MaxAddRecSize || hasHugeExpression({AddRec, OtherAddRec})) in getMulExpr()
[all …]