Searched refs:ConstStride (Results 1 – 3 of 3) sorted by relevance
161 const auto *ConstStride = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE)); in isStrideLargeEnough() local164 if (!ConstStride) in isStrideLargeEnough()167 unsigned AbsStride = std::abs(ConstStride->getAPInt().getSExtValue()); in isStrideLargeEnough()
427 const SCEVConstant *ConstStride = cast<SCEVConstant>(StoreEv->getOperand(1)); in getStoreStride() local428 return ConstStride->getAPInt(); in getStoreStride()922 const SCEVConstant *ConstStride = dyn_cast<SCEVConstant>(Ev->getOperand(1)); in processLoopMemSet() local923 if (!ConstStride) in processLoopMemSet()926 APInt Stride = ConstStride->getAPInt(); in processLoopMemSet()
966 if (auto *ConstStride = dyn_cast<ConstantInt>(Stride)) { in getAlignForIndex() local968 ConstStride->getZExtValue() * ElementSizeInBits / 8; in getAlignForIndex()