Lines Matching defs:bit_size
1892 uint32_t bit_size = piece_byte_size * 8;
1895 bit_size, bit_offset)) {
1902 // Create curr_piece with bit_size. By default Scalar
1906 assert(ap_int.getBitWidth() >= bit_size);
1909 curr_piece.GetScalar() = Scalar(llvm::APInt(bit_size, buf));
1973 "unable to extract DW_OP_bit_piece(bit_size = %" PRIu64
2088 uint64_t bit_size;
2097 bit_size = module_sp->GetArchitecture().GetAddressByteSize() * 8;
2098 if (!bit_size)
2111 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8;
2112 if (!bit_size)
2113 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_bit_size, 0);
2114 if (!bit_size)
2132 top.TruncOrExtendTo(bit_size, sign);