Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp810 int64_t LoadStrideInt = LoadStrideValue.getSExtValue(); in processLoopMemCpy() local
812 if (StoreStrideInt != LoadStrideInt) in processLoopMemCpy()