Searched refs:ll_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;
5193 &ll_unsignedp, &volatilep, &ll_mask,
5232 if (l_const && integer_zerop (l_const) && integer_pow2p (ll_mask))
5238 l_const = ll_mask;
5283 ll_mask = const_binop (LSHIFT_EXPR, fold_convert (lntype, ll_mask),
5295 lntype, ll_mask),
5360 ll_mask = const_binop (BIT_IOR_EXPR, ll_mask, rl_mask, 0);
5366 if (! all_ones_mask_p (ll_mask, lnbitsiz
5044 tree ll_mask, lr_mask, rl_mask, rr_mask; local
[all...]

Completed in 83 milliseconds