Home
last modified time | relevance | path

Searched refs:FirstStride (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp593 APInt FirstStride = getStoreStride(FirstStoreEv); in processLoopStores() local
597 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) { in processLoopStores()
631 if (FirstStride != SecondStride) in processLoopStores()