Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfold-const.cc6287 HOST_WIDE_INT lnbitsize, lnbitpos, rnbitsize, rnbitpos; in fold_truth_andor_1() local
6482 lnbitsize = GET_MODE_BITSIZE (lnmode); in fold_truth_andor_1()
6483 lnbitpos = first_bit & ~ (lnbitsize - 1); in fold_truth_andor_1()
6484 lntype = lang_hooks.types.type_for_size (lnbitsize, 1); in fold_truth_andor_1()
6489 xll_bitpos = lnbitsize - xll_bitpos - ll_bitsize; in fold_truth_andor_1()
6490 xrl_bitpos = lnbitsize - xrl_bitpos - rl_bitsize; in fold_truth_andor_1()
6580 if (lnbitsize == rnbitsize in fold_truth_andor_1()
6586 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6588 if (! all_ones_mask_p (ll_mask, lnbitsize)) in fold_truth_andor_1()
6638 if (lnbitsize > rnbitsize) in fold_truth_andor_1()
[all …]