Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDfold-const.c5048 tree l_const, r_const; in fold_truthop() local
5189 l_const = lr_arg, r_const = rr_arg; in fold_truthop()
5194 l_const = r_const = 0; in fold_truthop()
5203 if (l_const && integer_zerop (l_const) && integer_pow2p (ll_mask)) in fold_truthop()
5209 l_const = ll_mask; in fold_truthop()
5259 if (l_const) in fold_truthop()
5261 l_const = fold_convert (lntype, l_const); in fold_truthop()
5262 l_const = unextend (l_const, ll_bitsize, ll_unsignedp, ll_and_mask); in fold_truthop()
5263 l_const = const_binop (LSHIFT_EXPR, l_const, size_int (xll_bitpos), 0); in fold_truthop()
5264 if (! integer_zerop (const_binop (BIT_AND_EXPR, l_const, in fold_truthop()
[all …]
HDFSFChangeLog.106308 l_const and r_const.