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