Searched refs:LastLegalVectorType (Results 1 – 1 of 1) sorted by relevance
14626 unsigned LastLegalVectorType = 1; in MergeConsecutiveStores() local14689 LastLegalVectorType = i + 1; in MergeConsecutiveStores()14693 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()14694 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores()14860 unsigned LastLegalVectorType = 1; in MergeConsecutiveStores() local14896 LastLegalVectorType = i + 1; in MergeConsecutiveStores()14938 LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()14940 std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores()