Searched refs:bftype (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | fold-const.c | 3955 tree result, bftype; in make_bit_field_ref() local 3996 bftype = type; in make_bit_field_ref() 3997 if (TYPE_PRECISION (bftype) != bitsize in make_bit_field_ref() 3998 || TYPE_UNSIGNED (bftype) == !unsignedp) in make_bit_field_ref() 3999 bftype = build_nonstandard_integer_type (bitsize, 0); in make_bit_field_ref() 4001 result = build3_loc (loc, BIT_FIELD_REF, bftype, inner, in make_bit_field_ref() 4005 if (bftype != type) in make_bit_field_ref()
|
| HD | tree-vect-loop.c | 8376 tree bftype = TREE_TYPE (vectype); in vectorizable_live_operation() local 8378 bftype = build_nonstandard_integer_type (tree_to_uhwi (bitsize), 1); in vectorizable_live_operation() 8379 new_tree = build3 (BIT_FIELD_REF, bftype, vec_lhs, bitsize, bitstart); in vectorizable_live_operation()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | fold-const.c | 3317 tree result, bftype; in make_bit_field_ref() local 3329 bftype = type; in make_bit_field_ref() 3330 if (TYPE_PRECISION (bftype) != bitsize in make_bit_field_ref() 3331 || TYPE_UNSIGNED (bftype) == !unsignedp) in make_bit_field_ref() 3332 bftype = build_nonstandard_integer_type (bitsize, 0); in make_bit_field_ref() 3334 result = build3_loc (loc, BIT_FIELD_REF, bftype, inner, in make_bit_field_ref() 3337 if (bftype != type) in make_bit_field_ref()
|
| HD | expr.c | 9426 tree bftype; in expand_expr_real_1() local 9436 bftype = TREE_TYPE (base); in expand_expr_real_1() 9438 bftype = TREE_TYPE (exp); in expand_expr_real_1() 9449 return expand_expr (build3 (BIT_FIELD_REF, bftype, in expand_expr_real_1()
|