Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19254 unsigned LastLegalIntegerType = 1; in tryStoreMergeOfLoads() local
19310 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
19328 LastLegalIntegerType = i + 1; in tryStoreMergeOfLoads()
19337 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()
19339 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()