Home
last modified time | relevance | path

Searched refs:bftype (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc8961 tree bftype = TREE_TYPE (vectype); in vectorizable_live_operation() local
8963 bftype = build_nonstandard_integer_type (tree_to_uhwi (bitsize), 1); in vectorizable_live_operation()
8964 new_tree = build3 (BIT_FIELD_REF, bftype, in vectorizable_live_operation()
9017 tree bftype = TREE_TYPE (vectype); in vectorizable_live_operation() local
9019 bftype = build_nonstandard_integer_type (tree_to_uhwi (bitsize), 1); in vectorizable_live_operation()
9020 tree new_tree = build3 (BIT_FIELD_REF, bftype, in vectorizable_live_operation()
H A Dfold-const.cc4455 tree result, bftype; in make_bit_field_ref() local
4496 bftype = type; in make_bit_field_ref()
4497 if (TYPE_PRECISION (bftype) != bitsize in make_bit_field_ref()
4498 || TYPE_UNSIGNED (bftype) == !unsignedp) in make_bit_field_ref()
4499 bftype = build_nonstandard_integer_type (bitsize, 0); in make_bit_field_ref()
4501 result = build3_loc (loc, BIT_FIELD_REF, bftype, inner, in make_bit_field_ref()
4505 if (bftype != type) in make_bit_field_ref()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c4372 tree result, bftype; in make_bit_field_ref() local
4413 bftype = type; in make_bit_field_ref()
4414 if (TYPE_PRECISION (bftype) != bitsize in make_bit_field_ref()
4415 || TYPE_UNSIGNED (bftype) == !unsignedp) in make_bit_field_ref()
4416 bftype = build_nonstandard_integer_type (bitsize, 0); in make_bit_field_ref()
4418 result = build3_loc (loc, BIT_FIELD_REF, bftype, inner, in make_bit_field_ref()
4422 if (bftype != type) in make_bit_field_ref()
H A Dtree-vect-loop.c8151 tree bftype = TREE_TYPE (vectype); in vectorizable_live_operation() local
8153 bftype = build_nonstandard_integer_type (tree_to_uhwi (bitsize), 1); in vectorizable_live_operation()
8154 new_tree = build3 (BIT_FIELD_REF, bftype, vec_lhs_phi, bitsize, bitstart); in vectorizable_live_operation()