Searched refs:AddRecLoop (Results 1 – 1 of 1) sorted by relevance
2705 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local2707 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()2729 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()2755 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()2762 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()2778 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()3043 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local3045 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()3067 const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags); in getMulExpr()3101 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()[all …]