Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp2705 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2707 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()
2729 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2755 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2762 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2778 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3043 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
3045 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()
3067 const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags); in getMulExpr()
3101 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
[all …]