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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c5075 tree ll_mask, lr_mask, rl_mask, rr_mask;
5201 &rl_unsignedp, &volatilep, &rl_mask,
5247 if (r_const && integer_zerop (r_const) && integer_pow2p (rl_mask))
5250 r_const = rl_mask;
5285 rl_mask = const_binop (LSHIFT_EXPR, fold_convert (lntype, rl_mask),
5310 lntype, rl_mask),
5360 ll_mask = const_binop (BIT_IOR_EXPR, ll_mask, rl_mask, 0);
5435 result = const_binop (BIT_AND_EXPR, ll_mask, rl_mask, 0);
5459 ll_mask = const_binop (BIT_IOR_EXPR, ll_mask, rl_mask,
5044 tree ll_mask, lr_mask, rl_mask, rr_mask; local
[all...]

Completed in 88 milliseconds