Searched refs:LastLegalType (Results 1 – 1 of 1) sorted by relevance
11437 unsigned LastLegalType = 0; in MergeConsecutiveStores() local11460 LastLegalType = i+1; in MergeConsecutiveStores()11470 LastLegalType = 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()11655 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores() local11660 NumElem = std::min(LastLegalType, NumElem); in MergeConsecutiveStores()