Searched refs:UIntBitsToTypeId (Results 1 – 3 of 3) sorted by relevance
39 UInt::UInt(const int nbits) : Number(UIntBitsToTypeId(nbits), nbits, false) { in UInt()
42 TypeId UIntBitsToTypeId(const int nbits);
100 TypeId UIntBitsToTypeId(const int nbits) { in UIntBitsToTypeId() function