Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfold-const.c3536 tree ll_mask, lr_mask, rl_mask, rr_mask; local
3656 &ll_unsignedp, &volatilep, &ll_mask,
3695 if (l_const && integer_zerop (l_const) && integer_pow2p (ll_mask))
3701 l_const = ll_mask;
3746 ll_mask = const_binop (LSHIFT_EXPR, convert (lntype, ll_mask),
3758 lntype, ll_mask)),
3827 ll_mask = const_binop (BIT_IOR_EXPR, ll_mask, rl_mask, 0);
3833 if (! all_ones_mask_p (ll_mask, lnbitsize))
3834 lhs = build (BIT_AND_EXPR, lntype, lhs, ll_mask);
3863 ll_mask = const_binop (RSHIFT_EXPR, ll_mask,
[all …]
/openbsd/src/gnu/gcc/gcc/
Dfold-const.c5040 tree ll_mask, lr_mask, rl_mask, rr_mask; in fold_truthop() local
5158 &ll_unsignedp, &volatilep, &ll_mask, in fold_truthop()
5197 if (l_const && integer_zerop (l_const) && integer_pow2p (ll_mask)) in fold_truthop()
5203 l_const = ll_mask; in fold_truthop()
5248 ll_mask = const_binop (LSHIFT_EXPR, fold_convert (lntype, ll_mask), in fold_truthop()
5260 lntype, ll_mask), in fold_truthop()
5325 ll_mask = const_binop (BIT_IOR_EXPR, ll_mask, rl_mask, 0); in fold_truthop()
5331 if (! all_ones_mask_p (ll_mask, lnbitsize)) in fold_truthop()
5332 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truthop()
5361 ll_mask = const_binop (RSHIFT_EXPR, ll_mask, in fold_truthop()
[all …]