Searched refs:isUInt16 (Results 1 – 1 of 1) sorted by relevance
339 bool isUInt16() { return m_type == TypeUInt16; } in isUInt16() function349 uint16_t getUInt16() { ASSERT(isUInt16()); return m_value.asInt; } in getUInt16()1144 ASSERT(imm.isUInt16()); in movt()