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

/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c5077 tree ll_mask, lr_mask, rl_mask, rr_mask;
5195 &ll_unsignedp, &volatilep, &ll_mask,
5234 if (l_const && integer_zerop (l_const) && integer_pow2p (ll_mask))
5240 l_const = ll_mask;
5285 ll_mask = const_binop (LSHIFT_EXPR, fold_convert (lntype, ll_mask),
5297 lntype, ll_mask),
5362 ll_mask = const_binop (BIT_IOR_EXPR, ll_mask, rl_mask, 0);
5368 if (! all_ones_mask_p (ll_mask, lnbitsiz
5046 tree ll_mask, lr_mask, rl_mask, rr_mask; local
[all...]

Completed in 72 milliseconds