Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp445 ListInit *ColumnI = ValueCols[i]; in emitMapFuncBody() local
446 for (unsigned j = 0, ColSize = ColumnI->getSize(); j < ColSize; j++) { in emitMapFuncBody()
450 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
451 if (j < ColumnI->getSize() - 1) OS << " && "; in emitMapFuncBody()