Lines Matching refs:AddRecLoop
2758 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2760 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()
2787 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2813 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2819 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2835 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3114 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
3116 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()
3139 NewOps, AddRecLoop, AddRec->getNoWrapFlags(Flags)); in getMulExpr()
3173 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
3212 const SCEV *NewAddRec = getAddRecExpr(AddRecOps, AddRecLoop, in getMulExpr()