Searched refs:LastLegalVectorType (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8020 unsigned LastLegalVectorType = 0; local
8052 LastLegalVectorType = i + 1;
8058 LastLegalVectorType = 0;
8061 if (LastLegalType == 0 && LastLegalVectorType == 0)
8064 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors;
8065 unsigned NumElem = UseVector ? LastLegalVectorType : LastLegalType;
8207 unsigned LastLegalVectorType = 0; local
8224 LastLegalVectorType = i + 1;
8246 bool UseVectorTy = LastLegalVectorType > LastLegalIntegerType && !NoVectors;
8247 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerTyp
[all...]

Completed in 101 milliseconds