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