Searched refs:FirstOne (Results 1 – 1 of 1) sorted by relevance
3538 unsigned FirstOne = A.getBitWidth() - A.countl_zero() - 1; in getContiguousRangeOfSetBits() local3540 if (A.popcount() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()3542 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()