Searched refs:AddRecLoop (Results 1 – 1 of 1) sorted by relevance
2658 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local2660 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()2682 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()2708 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()2715 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()2731 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()2996 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local2998 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()3020 const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags); in getMulExpr()3054 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()