Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp885 int64_t LoadStrideInt = LoadStrideValue.getSExtValue(); in processLoopMemCpy() local
887 if (StoreStrideInt != LoadStrideInt) in processLoopMemCpy()