Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20591 unsigned LastLegalIntegerType = 1; in tryStoreMergeOfLoads() local
20647 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
20665 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
20674 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()
20676 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()