Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp2658 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2660 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()
2682 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2708 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2715 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2731 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
2996 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
2998 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()
3020 const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags); in getMulExpr()
3054 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()