Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp2903 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2905 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()
2938 auto *ReachI = &*AddRecLoop->getHeader()->begin(); in getAddExpr()
2948 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2974 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2980 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2995 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3276 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
3278 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()
3301 NewOps, AddRecLoop, AddRec->getNoWrapFlags(Flags)); in getMulExpr()
[all …]