Searched refs:rntype (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c6237 tree lntype, rntype, result;
6491 rntype = lang_hooks.types.type_for_size (rnbitsize, 1);
6501 rntype, lr_mask),
6504 rntype, rr_mask),
6526 rntype, rnbitsize, rnbitpos,
6529 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask);
6556 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype,
6568 if (lntype != rntype)
6572 lhs = fold_convert_loc (loc, rntype, lhs);
6573 ll_mask = fold_convert_loc (loc, rntype, ll_mas
6212 tree lntype, rntype, result; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc6318 tree lntype, rntype, result;
6578 rntype = lang_hooks.types.type_for_size (rnbitsize, 1);
6588 rntype, lr_mask),
6591 rntype, rr_mask),
6615 rntype, rnbitsize, rnbitpos,
6618 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask);
6645 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype,
6659 if (lntype != rntype)
6663 lhs = fold_convert_loc (loc, rntype, lhs);
6664 ll_mask = fold_convert_loc (loc, rntype, ll_mas
[all...]

Completed in 293 milliseconds