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.cpp21984 unsigned LastLegalIntegerType = 1; in tryStoreMergeOfLoads() local
22040 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
22058 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
22067 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()
22069 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()