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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp629 unsigned FirstStoreSize = DL->getTypeStoreSize(SL[i]->getValueOperand()->getType()); local
632 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) {

Completed in 137 milliseconds