Searched refs:LastOne (Results 1 – 1 of 1) sorted by relevance
3544 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local3545 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()3547 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()