Searched refs:LastLegalVectorType (Results 1 – 1 of 1) sorted by relevance
18339 unsigned LastLegalVectorType = 1; in tryStoreMergeOfConstants() local18404 LastLegalVectorType = i + 1; in tryStoreMergeOfConstants()18408 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants()18409 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants()18596 unsigned LastLegalVectorType = 1; in tryStoreMergeOfLoads() local18638 LastLegalVectorType = i + 1; in tryStoreMergeOfLoads()18680 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()18682 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()