Searched refs:AddRecLoop (Results 1 – 1 of 1) sorted by relevance
2876 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local2878 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()2911 auto *ReachI = &*AddRecLoop->getHeader()->begin(); in getAddExpr()2921 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()2947 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()2953 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()2968 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()