Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17608 unsigned LastLegalIntegerType = 1; in tryStoreMergeOfLoads() local
17658 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
17675 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
17684 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()
17686 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()