Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp675 APInt FirstStride = getStoreStride(FirstStoreEv); in processLoopStores() local
679 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) { in processLoopStores()
713 if (FirstStride != SecondStride) in processLoopStores()