Lines Matching defs:uval64
1325 uint64_t uval64;
1371 success = !entry.ref().getAsInteger(0, uval64);
1373 success = !entry.ref().getAsInteger(16, uval64);
1378 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) {
1382 uval64, (uint64_t)item_byte_size);
1385 buffer.PutMaxHex64(uval64, item_byte_size);
1389 uval64 = OptionArgParser::ToBoolean(entry.ref(), false, &success);
1395 buffer.PutMaxHex64(uval64, item_byte_size);
1399 if (entry.ref().getAsInteger(2, uval64)) {
1403 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) {
1407 uval64, (uint64_t)item_byte_size);
1410 buffer.PutMaxHex64(uval64, item_byte_size);
1451 if (entry.ref().getAsInteger(0, uval64)) {
1456 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) {
1460 uval64, (uint64_t)item_byte_size);
1463 buffer.PutMaxHex64(uval64, item_byte_size);
1467 if (entry.ref().getAsInteger(8, uval64)) {
1471 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) {
1475 uval64, (uint64_t)item_byte_size);
1478 buffer.PutMaxHex64(uval64, item_byte_size);