Searched refs:operation_precision (Results 1 – 3 of 3) sorted by relevance
1872 unsigned int new_precision = last_stmt_info->operation_precision; in vect_recog_over_widening_pattern()5062 && (!stmt_info->operation_precision in vect_set_operation_type()5063 || stmt_info->operation_precision > precision)) in vect_set_operation_type()5065 stmt_info->operation_precision = precision; in vect_set_operation_type()5327 unsigned int operation_precision, min_input_precision; in vect_determine_precisions_from_users() local5333 operation_precision = precision; in vect_determine_precisions_from_users()5355 operation_precision = MAX (stmt_info->min_output_precision, in vect_determine_precisions_from_users()5358 min_input_precision = (MAX (operation_precision, const_shift) in vect_determine_precisions_from_users()5364 operation_precision = (stmt_info->min_output_precision in vect_determine_precisions_from_users()5366 min_input_precision = operation_precision; in vect_determine_precisions_from_users()[all …]
1316 unsigned int operation_precision;
17600 min_input_precision, operation_precision and operation_sign.