Searched refs:leading_conversion (Results 1 – 2 of 2) sorted by relevance
3319 bool leading_conversion = (CONVERT_EXPR_CODE_P (stmt_code) in vect_is_simple_reduction() local3321 if ((stmt_code != code && !leading_conversion) in vect_is_simple_reduction()3328 if (leading_conversion) in vect_is_simple_reduction()
3768 bool leading_conversion = (CONVERT_EXPR_CODE_P (op.code) in vect_is_simple_reduction() local3770 if ((op.code != code && !leading_conversion) in vect_is_simple_reduction()3777 if (leading_conversion) in vect_is_simple_reduction()