Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp2979 const auto *OtherAddRec = cast<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr() local
2980 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2981 for (unsigned i = 0, e = OtherAddRec->getNumOperands(); in getAddExpr()
2984 append_range(AddRecOps, OtherAddRec->operands().drop_front(i)); in getAddExpr()
2988 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()
3333 const SCEVAddRecExpr *OtherAddRec = in getMulExpr() local
3335 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
3340 if (AddRec->getNumOperands() + OtherAddRec->getNumOperands() - 1 > in getMulExpr()
3341 MaxAddRecSize || hasHugeExpression({AddRec, OtherAddRec})) in getMulExpr()
3349 OtherAddRec->getNumOperands() - 1; x != xe && !Overflow; ++x) { in getMulExpr()
[all …]