Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17407 unsigned LastLegalIntegerType = 1; in tryStoreMergeOfLoads() local
17457 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
17474 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
17483 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()
17485 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()