Searched refs:LastLegalVectorType (Results 1 – 1 of 1) sorted by relevance
11438 unsigned LastLegalVectorType = 0; in MergeConsecutiveStores() local11485 LastLegalVectorType = i + 1; in MergeConsecutiveStores()11490 if (LastLegalType == 0 && LastLegalVectorType == 0) in MergeConsecutiveStores()11493 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()11494 unsigned NumElem = UseVector ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores()11600 unsigned LastLegalVectorType = 0; in MergeConsecutiveStores() local11621 LastLegalVectorType = i + 1; in MergeConsecutiveStores()11654 bool UseVectorTy = LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()11655 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores()