Home
last modified time | relevance | path

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

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