Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp792 const SCEVConstant *ConstLoadStride = in processLoopMemCpy() local
794 if (!ConstStoreStride || !ConstLoadStride) in processLoopMemCpy()
798 APInt LoadStrideValue = ConstLoadStride->getAPInt(); in processLoopMemCpy()