Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp525 unsigned FirstStoreSize = getStoreSizeInBytes(SL[i], DL); in processLoopStores() local
528 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) { in processLoopStores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp594 unsigned FirstStoreSize = DL->getTypeStoreSize(SL[i]->getValueOperand()->getType()); in processLoopStores() local
597 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) { in processLoopStores()