Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dmatch.pd440 (if (ANY_INTEGRAL_TYPE_P (type)
514 (if (ANY_INTEGRAL_TYPE_P (type)
1348 (if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (@0))
1355 (if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (@0))
1364 (if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (@0))
1371 (if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (@0))
1955 (if ((!ANY_INTEGRAL_TYPE_P (type)
1968 (if ((!ANY_INTEGRAL_TYPE_P (type)
1977 (if ((!ANY_INTEGRAL_TYPE_P (type)
2003 && (! ANY_INTEGRAL_TYPE_P (type)
[all …]
H A Dfold-const.c433 || (ANY_INTEGRAL_TYPE_P (type) in negate_expr_p()
446 && (! ANY_INTEGRAL_TYPE_P (type) in negate_expr_p()
485 if (! ANY_INTEGRAL_TYPE_P (TREE_TYPE (t)) in negate_expr_p()
547 || (ANY_INTEGRAL_TYPE_P (type) in fold_negate_expr_1()
668 if ((! ANY_INTEGRAL_TYPE_P (TREE_TYPE (t)) in fold_negate_expr_1()
6219 && (((ANY_INTEGRAL_TYPE_P (TREE_TYPE (op0)) in extract_muldiv_1()
8710 if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (arg0)) in fold_comparison()
9482 if (ANY_INTEGRAL_TYPE_P (type) in fold_binary_loc()
9917 && !(ANY_INTEGRAL_TYPE_P (type) in fold_binary_loc()
12783 if (!ANY_INTEGRAL_TYPE_P (type)) in tree_unary_nonnegative_warnv_p()
[all …]
H A Dtree-vect-generic.c985 if (ANY_INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type)) in expand_vector_operation()
992 if (ANY_INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type)) in expand_vector_operation()
H A Dgimple-ssa-strength-reduction.c1555 lhs_wraps = ANY_INTEGRAL_TYPE_P (lhs_type) && TYPE_OVERFLOW_WRAPS (lhs_type); in legal_cast_p_1()
1556 rhs_wraps = ANY_INTEGRAL_TYPE_P (rhs_type) && TYPE_OVERFLOW_WRAPS (rhs_type); in legal_cast_p_1()
H A Dtree.h514 #define ANY_INTEGRAL_TYPE_P(TYPE) \ macro
3387 if (!ANY_INTEGRAL_TYPE_P (__t)) in any_integral_type_check()
3613 if (!ANY_INTEGRAL_TYPE_P (__t)) in any_integral_type_check()
H A Dtree-ssa-loop-niter.c2016 if (ANY_INTEGRAL_TYPE_P (TREE_TYPE (expr)) in expand_simple_operations()
4278 if (ANY_INTEGRAL_TYPE_P (type) in nowrap_type_p()
H A Dtree-ssa-phiopt.c1615 && (ANY_INTEGRAL_TYPE_P (TREE_TYPE (arg1)) in abs_replacement()
H A Dtree-scalar-evolution.c3605 if (folded_casts && ANY_INTEGRAL_TYPE_P (TREE_TYPE (def)) in final_value_replacement_loop()
H A Dtree-ssa-reassoc.c949 && (ANY_INTEGRAL_TYPE_P (type) || FLOAT_TYPE_P (type))) in eliminate_using_constants()
5264 if ((ANY_INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_WRAPS (type)) in can_reassociate_p()
H A Dtree-eh.c2732 && ANY_INTEGRAL_TYPE_P (TREE_TYPE (*tp)) in find_trapping_overflow()
H A Dtree.c7214 gcc_checking_assert (ANY_INTEGRAL_TYPE_P (type)); in operation_no_trapping_overflow()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c5019 if (ANY_INTEGRAL_TYPE_P (type1) in build_conditional_expr()
5026 else if (ANY_INTEGRAL_TYPE_P (type2) in build_conditional_expr()