Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp524 APInt FirstStride = getStoreStride(FirstStoreEv); in processLoopStores() local
528 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) { in processLoopStores()
562 if (FirstStride != SecondStride) in processLoopStores()