Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp2254 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2256 if (isLoopInvariant(Ops[i], AddRecLoop)) { in getAddExpr()
2275 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2295 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2302 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2316 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
2510 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
2512 if (isLoopInvariant(Ops[i], AddRecLoop)) { in getMulExpr()
2533 const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags); in getMulExpr()
2567 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()