Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp673 APInt FirstStride = getStoreStride(FirstStoreEv); in processLoopStores() local
677 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) { in processLoopStores()
711 if (FirstStride != SecondStride) in processLoopStores()