Searched refs:LastLegalIntegerType (Results 1 – 2 of 2) sorted by relevance
11768 unsigned LastLegalIntegerType = 0; in MergeConsecutiveStores() local11799 LastLegalIntegerType = i + 1; in MergeConsecutiveStores()11815 LastLegalIntegerType = i+1; in MergeConsecutiveStores()11821 bool UseVectorTy = LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()11822 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores()
14340 unsigned LastLegalIntegerType = 1; in MergeConsecutiveStores() local14389 LastLegalIntegerType = i + 1; in MergeConsecutiveStores()14408 LastLegalIntegerType = i + 1; in MergeConsecutiveStores()14417 LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()14419 std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores()