Searched refs:MinVecRegSize (Results 1 – 1 of 1) sorted by relevance
88 static const unsigned MinVecRegSize = 128; variable3400 for (unsigned Size = MaxVecRegSize; Size >= MinVecRegSize; Size /= 2) { in vectorizeStores()3469 unsigned VF = MinVecRegSize / Sz; in tryToVectorizeList()3701 ReduxWidth = MinVecRegSize / DL.getTypeSizeInBits(Ty); in matchAssociativeReduction()