Searched refs:ConstStride (Results 1 – 2 of 2) sorted by relevance
140 const auto *ConstStride = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE)); in isStrideLargeEnough() local143 if (!ConstStride) in isStrideLargeEnough()146 unsigned AbsStride = std::abs(ConstStride->getAPInt().getSExtValue()); in isStrideLargeEnough()
290 const SCEVConstant *ConstStride = cast<SCEVConstant>(StoreEv->getOperand(1)); in getStoreStride() local291 return ConstStride->getAPInt(); in getStoreStride()673 const SCEVConstant *ConstStride = dyn_cast<SCEVConstant>(Ev->getOperand(1)); in processLoopMemSet() local674 if (!ConstStride) in processLoopMemSet()677 APInt Stride = ConstStride->getAPInt(); in processLoopMemSet()