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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c2932 tree primarg0, primarg1, primother;
2945 primarg0 = arg0, primarg1 = arg1;
2947 STRIP_NOPS (primarg1);
2948 if (operand_equal_p (primarg0, primarg1, 0))
2957 primarg1 = get_narrower (arg1, &unsignedp1);
2962 && TYPE_PRECISION (TREE_TYPE (primarg1)) < correct_width
2969 primarg1 = fold_convert (lang_hooks.types.signed_or_unsigned_type
2970 (unsignedp1, TREE_TYPE (primarg1)), primarg1);
2972 if (operand_equal_p (arg0, fold_convert (type, primarg1),
2915 tree primarg0, primarg1, primother; local
[all...]

Completed in 166 milliseconds