Searched refs:LastGroupStartIdx (Results 1 – 1 of 1) sorted by relevance
1876 unsigned LastGroupStartIdx = 0; in collectBitGroups() local1877 bool IsGroupOfZeros = !Bits[LastGroupStartIdx].hasValue(); in collectBitGroups()1887 LastGroupStartIdx = 0; in collectBitGroups()1906 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1910 LastGroupStartIdx = i; in collectBitGroups()1911 IsGroupOfZeros = !Bits[LastGroupStartIdx].hasValue(); in collectBitGroups()1914 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()