Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11601 unsigned LastLegalIntegerType = 0; in MergeConsecutiveStores() local
11632 LastLegalIntegerType = i + 1; in MergeConsecutiveStores()
11648 LastLegalIntegerType = i+1; in MergeConsecutiveStores()
11654 bool UseVectorTy = LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()
11655 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores()