Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp1724 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
1726 if (isLoopInvariant(Ops[i], AddRecLoop)) { in getAddExpr()
1745 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
1765 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
1773 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
1787 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
1979 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
1981 if (isLoopInvariant(Ops[i], AddRecLoop)) { in getMulExpr()
2002 const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags); in getMulExpr()
2022 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getMulExpr()
[all …]
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2289 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2291 if (isLoopInvariant(Ops[i], AddRecLoop)) { in getAddExpr()
2313 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2333 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2340 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2354 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
2547 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
2549 if (isLoopInvariant(Ops[i], AddRecLoop)) { in getMulExpr()
2570 const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags); in getMulExpr()
2604 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()