Searched defs:UInt128 (Results 1 – 4 of 4) sorted by relevance
16 using UInt128 = __uint128_t; variable19 using UInt128 = LIBC_NAMESPACE::UInt<128>; variable
58 UInt128 = 0x0079, // 128 bit unsigned int enumerator
351 llvm::APInt Scalar::UInt128(const llvm::APInt &fail_value) const { in UInt128() function in Scalar
406 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); in Initialize() local