Home
last modified time | relevance | path

Searched refs:ConstStride (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp140 const auto *ConstStride = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE)); in isStrideLargeEnough() local
143 if (!ConstStride) in isStrideLargeEnough()
146 unsigned AbsStride = std::abs(ConstStride->getAPInt().getSExtValue()); in isStrideLargeEnough()
DLoopIdiomRecognize.cpp290 const SCEVConstant *ConstStride = cast<SCEVConstant>(StoreEv->getOperand(1)); in getStoreStride() local
291 return ConstStride->getAPInt(); in getStoreStride()
673 const SCEVConstant *ConstStride = dyn_cast<SCEVConstant>(Ev->getOperand(1)); in processLoopMemSet() local
674 if (!ConstStride) in processLoopMemSet()
677 APInt Stride = ConstStride->getAPInt(); in processLoopMemSet()