Searched refs:LastLegalVectorType (Results 1 – 1 of 1) sorted by relevance
21726 unsigned LastLegalVectorType = 1; in tryStoreMergeOfConstants() local21791 LastLegalVectorType = i + 1; in tryStoreMergeOfConstants()21795 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants()21796 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants()21983 unsigned LastLegalVectorType = 1; in tryStoreMergeOfLoads() local22025 LastLegalVectorType = i + 1; in tryStoreMergeOfLoads()22067 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()22069 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()