Searched refs:LSCEVAddRec (Results 1 – 3 of 3) sorted by relevance
274 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop() local275 if (!LSCEVAddRec) in runOnLoop()280 if (!isStrideLargeEnough(LSCEVAddRec)) in runOnLoop()288 const SCEV *PtrDiff = SE->getMinusSCEV(LSCEVAddRec, PrefLoad.second); in runOnLoop()301 const SCEV *NextLSCEV = SE->getAddExpr(LSCEVAddRec, SE->getMulExpr( in runOnLoop()302 SE->getConstant(LSCEVAddRec->getType(), ItersAhead), in runOnLoop()303 LSCEVAddRec->getStepRecurrence(*SE))); in runOnLoop()307 PrefLoads.push_back(std::make_pair(MemI, LSCEVAddRec)); in runOnLoop()
165 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop() local166 if (!LSCEVAddRec || !LSCEVAddRec->isAffine()) in runOnLoop()
725 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in getFalkorUnrollingPreferences() local726 if (!LSCEVAddRec || !LSCEVAddRec->isAffine()) in getFalkorUnrollingPreferences()