Searched refs:bit_position (Results 1 – 1 of 1) sorted by relevance
342 int bit_position = BitSizeOf<T>() - (CLZ(static_cast<unsigned_type>(opnd)) + 1); in HighestOneBitValue() local343 res = static_cast<T>(UINT64_C(1) << bit_position); in HighestOneBitValue()