Searched refs:GetBitWidth (Results 1 – 4 of 4) sorted by relevance
371 old_field->GetBitWidth() != new_field->GetBitWidth()) { in CompareCommonRecordFields()401 if (first->GetBitWidth() != second->GetBitWidth()) { in FilterOutRenamedRecordFields()402 return first->GetBitWidth() < second->GetBitWidth(); in FilterOutRenamedRecordFields()
358 uint64_t GetBitWidth() const { return bit_width_; } in GetBitWidth() function
110 record_field.Set("bit_width", (uint64_t)record_field_ir->GetBitWidth()); in ConvertRecordFieldIR()
77 record_field_protobuf->set_bit_width(record_field_ir->GetBitWidth()); in ConvertRecordFieldIR()