Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp600 APInt FirstStride = getStoreStride(FirstStoreEv); in processLoopStores() local
604 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) { in processLoopStores()
638 if (FirstStride != SecondStride) in processLoopStores()