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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9370 unsigned LastLegalIntegerType = 0; local
9392 LastLegalIntegerType = i + 1;
9402 LastLegalIntegerType = i+1;
9408 bool UseVectorTy = LastLegalVectorType > LastLegalIntegerType && !NoVectors;
9409 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerType);

Completed in 76 milliseconds