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