Searched refs:LastLegalIntegerType (Results 1 – 1 of 1) sorted by relevance
11601 unsigned LastLegalIntegerType = 0; in MergeConsecutiveStores() local11632 LastLegalIntegerType = i + 1; in MergeConsecutiveStores()11648 LastLegalIntegerType = i+1; in MergeConsecutiveStores()11654 bool UseVectorTy = LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()11655 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores()