Searched refs:UValue (Results 1 – 3 of 3) sorted by relevance
190 unsigned long long UValue; in LexDigit() local191 if (Result.getAsInteger(10, UValue)) in LexDigit()193 Value = (long long)UValue; in LexDigit()
613 inline int UValue() const { return Bit(23); } in UValue() function703 inline bool HasU() const { return UValue() == 1; } in HasU()
1540 uint64_t UValue = CN->getZExtValue(); in get_vec_u18imm() local1541 uint32_t upper = uint32_t(UValue >> 32); in get_vec_u18imm()1542 uint32_t lower = uint32_t(UValue); in get_vec_u18imm()1562 uint64_t UValue = CN->getZExtValue(); in get_vec_i16imm() local1563 uint32_t upper = uint32_t(UValue >> 32); in get_vec_i16imm()1564 uint32_t lower = uint32_t(UValue); in get_vec_i16imm()1585 uint64_t UValue = CN->getZExtValue(); in get_vec_i10imm() local1586 uint32_t upper = uint32_t(UValue >> 32); in get_vec_i10imm()1587 uint32_t lower = uint32_t(UValue); in get_vec_i10imm()