Searched refs:UIntMax (Results 1 – 4 of 4) sorted by relevance
33 typedef u128 UIntMax; typedef36 typedef u64 UIntMax;178 UIntMax getUIntValue() const;181 UIntMax getPositiveIntValue() const;
77 return SIntMax(UIntMax(Val) << ExtraBits) >> ExtraBits; in getSIntValue()91 UIntMax Value::getUIntValue() const { in getUIntValue()107 UIntMax Value::getPositiveIntValue() const { in getPositiveIntValue()
164 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {} in Arg()172 UIntMax UInt;215 Diag &operator<<(unsigned long long V) { return AddArg(UIntMax(V)); }
137 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex()