Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp676 unsigned FirstStoreSize = DL->getTypeStoreSize(SL[i]->getValueOperand()->getType()); in processLoopStores() local
679 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) { in processLoopStores()