Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp866 APInt LoadStrideValue = ConstLoadStride->getAPInt(); in processLoopMemCpy() local
868 if (StoreStrideValue.getBitWidth() > 64 || LoadStrideValue.getBitWidth() > 64) in processLoopMemCpy()
883 int64_t LoadStrideInt = LoadStrideValue.getSExtValue(); in processLoopMemCpy()