Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2616 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2618 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()
2645 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2671 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2677 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2693 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
2971 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
2973 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()
2996 NewOps, AddRecLoop, AddRec->getNoWrapFlags(Flags)); in getMulExpr()
3030 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
[all …]