Home
last modified time | relevance | path

Searched refs:leading_conversion (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c3319 bool leading_conversion = (CONVERT_EXPR_CODE_P (stmt_code) in vect_is_simple_reduction() local
3321 if ((stmt_code != code && !leading_conversion) in vect_is_simple_reduction()
3328 if (leading_conversion) in vect_is_simple_reduction()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc3768 bool leading_conversion = (CONVERT_EXPR_CODE_P (op.code) in vect_is_simple_reduction() local
3770 if ((op.code != code && !leading_conversion) in vect_is_simple_reduction()
3777 if (leading_conversion) in vect_is_simple_reduction()