Searched refs:AddRecLoop (Results 1 – 1 of 1) sorted by relevance
2823 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local2825 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()3197 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local3199 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()3222 NewOps, AddRecLoop, AddRec->getNoWrapFlags(Flags)); in getMulExpr()3256 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()[all …]