Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c3033 tree_code use_code = gimple_assign_rhs_code (use_stmt); in check_reduction_path() local
3034 if (use_code == MINUS_EXPR) in check_reduction_path()
3036 use_code = PLUS_EXPR; in check_reduction_path()
3041 if (CONVERT_EXPR_CODE_P (use_code) in check_reduction_path()
3047 *code = use_code; in check_reduction_path()
3050 else if (use_code != *code) in check_reduction_path()
3055 else if ((use_code == MIN_EXPR in check_reduction_path()
3056 || use_code == MAX_EXPR) in check_reduction_path()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-forwprop.cc3209 enum tree_code use_code = gimple_assign_rhs_code (use_stmt); in optimize_vector_load() local
3211 if (use_code == BIT_FIELD_REF in optimize_vector_load()
3229 && (use_code == VEC_UNPACK_HI_EXPR in optimize_vector_load()
3230 || use_code == VEC_UNPACK_LO_EXPR) in optimize_vector_load()