Lines Matching refs:AddRecLoop
2823 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2825 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()
2858 auto *ReachI = &*AddRecLoop->getHeader()->begin(); in getAddExpr()
2868 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2894 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2900 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2916 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3197 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
3199 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()
3222 NewOps, AddRecLoop, AddRec->getNoWrapFlags(Flags)); in getMulExpr()
3256 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
3295 const SCEV *NewAddRec = getAddRecExpr(AddRecOps, AddRecLoop, in getMulExpr()