Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18597 unsigned LastLegalIntegerType = 1; in tryStoreMergeOfLoads() local
18653 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
18671 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
18680 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()
18682 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()