Searched refs:LastLegalVectorType (Results 1 – 1 of 1) sorted by relevance
20333 unsigned LastLegalVectorType = 1; in tryStoreMergeOfConstants() local20398 LastLegalVectorType = i + 1; in tryStoreMergeOfConstants()20402 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants()20403 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants()20590 unsigned LastLegalVectorType = 1; in tryStoreMergeOfLoads() local20632 LastLegalVectorType = i + 1; in tryStoreMergeOfLoads()20674 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()20676 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()