Searched refs:ll_unsignedp (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | fold-const.c | 5043 int ll_unsignedp, lr_unsignedp, rl_unsignedp, rr_unsignedp; in fold_truthop() local 5164 &ll_unsignedp, &volatilep, &ll_mask, in fold_truthop() 5208 ll_unsignedp = 1; in fold_truthop() 5262 l_const = unextend (l_const, ll_bitsize, ll_unsignedp, ll_and_mask); in fold_truthop() 5296 || ll_unsignedp != lr_unsignedp || rl_unsignedp != rr_unsignedp in fold_truthop() 5336 ll_unsignedp || rl_unsignedp); in fold_truthop() 5363 MIN (ll_bitpos, rl_bitpos), ll_unsignedp); in fold_truthop() 5428 ll_unsignedp || rl_unsignedp); in fold_truthop()
|