Searched refs:HasExactlyOneBit (Results 1 – 1 of 1) sorted by relevance
73 bool HasExactlyOneBit(uint64_t x) { in HasExactlyOneBit() function1029 if (mask == value && HasExactlyOneBit(mask)) { in CondExpressionHalf()