Searched defs:NumCol (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp366 unsigned NumCol = ValueCols.size(); local
371 // Number of columns in the table are NumCol+1 because key instructions are
373 OS << "Table[]["<< NumCol+1 << "] = {\n"; local
380 for (unsigned j = 0; j < NumCol; j++) {

Completed in 117 milliseconds