Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp2823 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2825 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()
2858 auto *ReachI = &*AddRecLoop->getHeader()->begin(); in getAddExpr()
2868 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2894 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2900 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
3197 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
3199 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()
3222 NewOps, AddRecLoop, AddRec->getNoWrapFlags(Flags)); in getMulExpr()
3256 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
[all …]