Searched refs:IntBitsToTypeId (Results 1 – 3 of 3) sorted by relevance
32 Int::Int(const int nbits) : Number(IntBitsToTypeId(nbits), nbits, false) { in Int()
41 TypeId IntBitsToTypeId(const int nbits);
85 TypeId IntBitsToTypeId(const int nbits) { in IntBitsToTypeId() function