Searched refs:type_bits (Results 1 – 1 of 1) sorted by relevance
2818 const unsigned type_bits = ast.getIntWidth(qt); in ExtractIntFromFormValue() local2828 if (type_bits > max_bit_size) { in ExtractIntFromFormValue()2831 max_bit_size, type_bits); in ExtractIntFromFormValue()2846 if (required_bits > type_bits) { in ExtractIntFromFormValue()2853 value_as_str, type_bits); in ExtractIntFromFormValue()2858 if (result.getBitWidth() > type_bits) in ExtractIntFromFormValue()2859 result = result.trunc(type_bits); in ExtractIntFromFormValue()