Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11437 unsigned LastLegalType = 0; in MergeConsecutiveStores() local
11460 LastLegalType = i+1; in MergeConsecutiveStores()
11470 LastLegalType = i + 1; in MergeConsecutiveStores()
11490 if (LastLegalType == 0 && LastLegalVectorType == 0) in MergeConsecutiveStores()
11493 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()
11494 unsigned NumElem = UseVector ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores()
11655 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores() local
11660 NumElem = std::min(LastLegalType, NumElem); in MergeConsecutiveStores()