Searched refs:rl_mask (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | fold-const.c | 5044 tree ll_mask, lr_mask, rl_mask, rr_mask; in fold_truthop() local 5170 &rl_unsignedp, &volatilep, &rl_mask, in fold_truthop() 5216 if (r_const && integer_zerop (r_const) && integer_pow2p (rl_mask)) in fold_truthop() 5219 r_const = rl_mask; in fold_truthop() 5254 rl_mask = const_binop (LSHIFT_EXPR, fold_convert (lntype, rl_mask), in fold_truthop() 5279 lntype, rl_mask), in fold_truthop() 5329 ll_mask = const_binop (BIT_IOR_EXPR, ll_mask, rl_mask, 0); in fold_truthop() 5404 result = const_binop (BIT_AND_EXPR, ll_mask, rl_mask, 0); in fold_truthop() 5428 ll_mask = const_binop (BIT_IOR_EXPR, ll_mask, rl_mask, 0); in fold_truthop()
|