Searched refs:LastLegalVectorType (Results 1 – 1 of 1) sorted by relevance
18996 unsigned LastLegalVectorType = 1; in tryStoreMergeOfConstants() local19061 LastLegalVectorType = i + 1; in tryStoreMergeOfConstants()19065 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants()19066 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants()19253 unsigned LastLegalVectorType = 1; in tryStoreMergeOfLoads() local19295 LastLegalVectorType = i + 1; in tryStoreMergeOfLoads()19337 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()19339 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()