Searched refs:ret_inner_type (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-generic.c | 399 tree ret_inner_type = boolean_type_node; in expand_vector_comparison() local 404 if (TYPE_PRECISION (ret_inner_type) != 1) in expand_vector_comparison() 405 ret_inner_type = build_nonstandard_integer_type (1, 1); in expand_vector_comparison() 415 tree result = gimplify_build2 (gsi, code, ret_inner_type, a, b); in expand_vector_comparison()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-generic.cc | 497 tree ret_inner_type = boolean_type_node; in expand_vector_comparison() local 502 if (TYPE_PRECISION (ret_inner_type) != 1) in expand_vector_comparison() 503 ret_inner_type = build_nonstandard_integer_type (1, 1); in expand_vector_comparison() 515 tree result = gimplify_build2 (gsi, code, ret_inner_type, a, b); in expand_vector_comparison()
|