Home
last modified time | relevance | path

Searched refs:LastLegalIntegerType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20937 unsigned LastLegalIntegerType = 1; in tryStoreMergeOfLoads() local
20993 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
21011 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
21020 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()
21022 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()