Searched refs:isUInt5 (Results 1 – 1 of 1) sorted by relevance
327 bool isUInt5() { return !(m_value.asInt & 0xffe0); } in isUInt5() function337 uint8_t getUInt5() { ASSERT(isUInt5()); return m_value.asInt; } in getUInt5()