Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2758 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2760 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()
2787 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2813 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2819 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2835 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3114 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
3116 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()
3139 NewOps, AddRecLoop, AddRec->getNoWrapFlags(Flags)); in getMulExpr()
3173 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
[all …]