Searched refs:isUInt4 (Results 1 – 1 of 1) sorted by relevance
331 bool isUInt4() { return !(m_value.asInt & 0xfff0); } in isUInt4() function341 uint8_t getUInt4() { ASSERT(isUInt4()); return m_value.asInt; } in getUInt4()