Home
last modified time | relevance | path

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

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