Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtarghooks.c201 if (INT_CST_LT_UNSIGNED (type_align, sizetype_size)) in default_cxx_get_cookie_size()
H A Dc-common.c2153 min_gt = INT_CST_LT_UNSIGNED (primop1, minval); in shorten_compare()
2154 max_gt = INT_CST_LT_UNSIGNED (primop1, maxval); in shorten_compare()
2155 min_lt = INT_CST_LT_UNSIGNED (minval, primop1); in shorten_compare()
2156 max_lt = INT_CST_LT_UNSIGNED (maxval, primop1); in shorten_compare()
H A Dtree.c4514 return INT_CST_LT_UNSIGNED (t1, t2); in tree_int_cst_lt()
5543 && INT_CST_LT_UNSIGNED (TYPE_SIZE (type), TYPE_SIZE (TREE_TYPE (op))) in get_unwidened()
H A Dtree.h1254 #define INT_CST_LT_UNSIGNED(A, B) \ macro
H A Dfold-const.c13174 result = INT_CST_LT_UNSIGNED (op0, op1); in fold_relational_const()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.c3203 return INT_CST_LT_UNSIGNED (t1, t2);
4112 return (! INT_CST_LT_UNSIGNED (TYPE_MAX_VALUE (type), c)
4113 && ! INT_CST_LT_UNSIGNED (c, TYPE_MIN_VALUE (type))
H A Dc-common.c2432 min_gt = INT_CST_LT_UNSIGNED (primop1, minval);
2433 max_gt = INT_CST_LT_UNSIGNED (primop1, maxval);
2434 min_lt = INT_CST_LT_UNSIGNED (minval, primop1);
2435 max_lt = INT_CST_LT_UNSIGNED (maxval, primop1);
H A Dtree.h721 #define INT_CST_LT_UNSIGNED(A, B) \ macro
H A Dfold-const.c6664 ? INT_CST_LT_UNSIGNED (arg0, arg1)
H A DChangeLog.311671 * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
H A DChangeLog.721229 (INT_CST_LT_UNSIGNED): Likewise.
/openbsd/gnu/gcc/gcc/cp/
H A Dclass.c4436 if (INT_CST_LT_UNSIGNED (result, offset)) in end_of_class()
4446 if (INT_CST_LT_UNSIGNED (result, offset)) in end_of_class()
4526 && INT_CST_LT_UNSIGNED (rli_size, eoc)) in include_empty_classes()
H A Dcall.c4665 && INT_CST_LT_UNSIGNED (TYPE_SIZE (type), in type_passed_as()
4686 && INT_CST_LT_UNSIGNED (TYPE_SIZE (type), in convert_for_arg_passing()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c4844 if (INT_CST_LT_UNSIGNED (result, offset))
4855 if (INT_CST_LT_UNSIGNED (result, offset))
4932 && INT_CST_LT_UNSIGNED (rli_size, eoc)) in include_empty_classes()
H A Dinit.c2140 if (INT_CST_LT_UNSIGNED (type_align, sizetype_size))