Searched refs:LastOne (Results 1 – 1 of 1) sorted by relevance
3531 unsigned LastOne = A.countr_zero(); in getContiguousRangeOfSetBits() local3532 if (A.popcount() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()3534 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()