Searched refs:type_bits (Results 1 – 1 of 1) sorted by relevance
2748 const unsigned type_bits = ast.getIntWidth(qt); in ExtractIntFromFormValue() local2758 if (type_bits > max_bit_size) { in ExtractIntFromFormValue()2761 max_bit_size, type_bits); in ExtractIntFromFormValue()2776 if (required_bits > type_bits) { in ExtractIntFromFormValue()2783 value_as_str, type_bits); in ExtractIntFromFormValue()2788 if (result.getBitWidth() > type_bits) in ExtractIntFromFormValue()2789 result = result.trunc(type_bits); in ExtractIntFromFormValue()