Searched refs:RowCount (Results 1 – 4 of 4) sorted by relevance
313 auto RowCount = 1U; in getMaximumNetWidth() local317 if (RowCount > MaxRowCount) in getMaximumNetWidth()319 auto Start = (CellStart + RowCount * CellCount); in getMaximumNetWidth()323 ++RowCount; in getMaximumNetWidth()
1168 auto RowCount = 1U; in alignArrayInitializersRightJustified() local1172 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified()1177 ++RowCount; in alignArrayInitializersRightJustified()1229 auto RowCount = 1U; in alignArrayInitializersLeftJustified() local1233 if (RowCount > CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()1235 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()1243 ++RowCount; in alignArrayInitializersLeftJustified()
61 unsigned RowCount = 0; in MatrixMetadata() local64 ++RowCount; in MatrixMetadata()70 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
810 size_t RowCount = Rows.size(); in parse() local1175 if (Verbose && Rows.size() == RowCount) in parse()