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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8208 unsigned LastLegalIntegerType = 0; local
8230 LastLegalIntegerType = i + 1;
8240 LastLegalIntegerType = i+1;
8246 bool UseVectorTy = LastLegalVectorType > LastLegalIntegerType && !NoVectors;
8247 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerType);

Completed in 134 milliseconds