Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp2220 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2222 if (isLoopInvariant(Ops[i], AddRecLoop)) { in getAddExpr()
2241 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2261 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2269 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2283 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
2482 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
2484 if (isLoopInvariant(Ops[i], AddRecLoop)) { in getMulExpr()
2505 const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags); in getMulExpr()
2539 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()