Searched refs:LastLegalVectorType (Results 1 – 1 of 1) sorted by relevance
20679 unsigned LastLegalVectorType = 1; in tryStoreMergeOfConstants() local20744 LastLegalVectorType = i + 1; in tryStoreMergeOfConstants()20748 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants()20749 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants()20936 unsigned LastLegalVectorType = 1; in tryStoreMergeOfLoads() local20978 LastLegalVectorType = i + 1; in tryStoreMergeOfLoads()21020 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()21022 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()