Searched refs:IsGroupOfZeros (Results 1 – 1 of 1) sorted by relevance
1877 bool IsGroupOfZeros = !Bits[LastGroupStartIdx].hasValue(); in collectBitGroups() local1894 if (IsGroupOfZeros && Bits[i].isZero()) in collectBitGroups()1902 if (!(IsGroupOfZeros && ThisValue && !Bits[i].isZero())) in collectBitGroups()1911 IsGroupOfZeros = !Bits[LastGroupStartIdx].hasValue(); in collectBitGroups()