Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp793 APInt LoadStrideValue = ConstLoadStride->getAPInt(); in processLoopMemCpy() local
795 if (StoreStrideValue.getBitWidth() > 64 || LoadStrideValue.getBitWidth() > 64) in processLoopMemCpy()
810 int64_t LoadStrideInt = LoadStrideValue.getSExtValue(); in processLoopMemCpy()