Lines Matching defs:bit_size
1958 uint32_t bit_size = piece_byte_size * 8;
1961 bit_size, bit_offset)) {
1968 // Create curr_piece with bit_size. By default Scalar
1972 assert(ap_int.getBitWidth() >= bit_size);
1975 curr_piece.GetScalar() = Scalar(llvm::APInt(bit_size, buf));
2039 "unable to extract DW_OP_bit_piece(bit_size = %" PRIu64
2154 uint64_t bit_size;
2163 bit_size = module_sp->GetArchitecture().GetAddressByteSize() * 8;
2164 if (!bit_size)
2177 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8;
2178 if (!bit_size)
2179 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_bit_size, 0);
2180 if (!bit_size)
2198 top.TruncOrExtendTo(bit_size, sign);