Searched refs:primarg1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c2934 tree primarg0, primarg1, primother;
2947 primarg0 = arg0, primarg1 = arg1;
2949 STRIP_NOPS (primarg1);
2950 if (operand_equal_p (primarg0, primarg1, 0))
2959 primarg1 = get_narrower (arg1, &unsignedp1);
2964 && TYPE_PRECISION (TREE_TYPE (primarg1)) < correct_width
2971 primarg1 = fold_convert (lang_hooks.types.signed_or_unsigned_type
2972 (unsignedp1, TREE_TYPE (primarg1)), primarg1);
2974 if (operand_equal_p (arg0, fold_convert (type, primarg1),
2917 tree primarg0, primarg1, primother; local
[all...]

Completed in 49 milliseconds