Home
last modified time | relevance | path

Searched refs:integer_all_onesp (Results 1 – 25 of 49) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc2881 integer_all_onesp (const_tree expr) in integer_all_onesp() function
2886 && integer_all_onesp (TREE_REALPART (expr)) in integer_all_onesp()
2887 && integer_all_onesp (TREE_IMAGPART (expr))) in integer_all_onesp()
2893 && integer_all_onesp (VECTOR_CST_ENCODED_ELT (expr, 0))); in integer_all_onesp()
2911 return (integer_all_onesp (TREE_REALPART (expr)) in integer_minus_onep()
2914 return integer_all_onesp (expr); in integer_minus_onep()
2963 return integer_all_onesp (expr); in integer_truep()
15120 ASSERT_FALSE (integer_all_onesp (i_0)); in test_predicates()
15121 ASSERT_FALSE (integer_all_onesp (wr_i_0)); in test_predicates()
15122 ASSERT_FALSE (integer_all_onesp (i_1)); in test_predicates()
[all …]
Dtree-ssa-dse.cc686 if (!integer_all_onesp (size)) in maybe_trim_memstar_call()
721 if (!integer_all_onesp (size)) in maybe_trim_memstar_call()
Dgimple-fold.cc1841 return rkind == SRK_LENRANGE || !integer_all_onesp (val); in get_range_strlen_tree()
1991 return !integer_all_onesp (pdata->maxlen); in get_range_strlen()
2019 else if (lendata.maxlen && integer_all_onesp (lendata.maxlen)) in get_maxval_strlen()
2467 if (! tree_fits_uhwi_p (size) || ! integer_all_onesp (size)) in gimple_fold_builtin_strcat_chk()
2592 if (! integer_all_onesp (size)) in gimple_fold_builtin_strncat_chk()
3044 if (! integer_all_onesp (size) in gimple_fold_builtin_memory_chk()
3142 if (! integer_all_onesp (size)) in gimple_fold_builtin_stxcpy_chk()
3213 if (! integer_all_onesp (size) in gimple_fold_builtin_stxncpy_chk()
3349 if (! integer_all_onesp (size) in gimple_fold_builtin_snprintf_chk()
3442 if (! integer_all_onesp (size) && !known_lower (stmt, len, size, true)) in gimple_fold_builtin_sprintf_chk()
[all …]
Dmatch.pd28 integer_onep integer_zerop integer_all_onesp integer_minus_onep
1013 (bitop (cmp @0 integer_all_onesp@2) (cmp @1 integer_all_onesp))
1191 (bit_ior @0 integer_all_onesp@1)
1219 (bit_xor @0 integer_all_onesp@1)
1224 (bit_and @0 integer_all_onesp)
1269 && !integer_all_onesp (@1))
1412 integer_all_onesp)
1420 integer_all_onesp))
1834 (bit_not (convert? (plus @0 integer_all_onesp)))
2803 (minus integer_all_onesp @0)
[all …]
Dtree-ssa-strlen.cc1129 || integer_all_onesp (argdata.maxbound)) in get_range_strlen_phi()
1130 && integer_all_onesp (argdata.maxlen))) in get_range_strlen_phi()
1154 && !integer_all_onesp (argdata.maxbound))) in get_range_strlen_phi()
3058 if (integer_all_onesp (lendata.maxlen)) in maybe_diag_stxncpy_trunc()
4077 && !integer_all_onesp (lendata.maxbound)) in get_len_or_size()
4108 && !integer_all_onesp (lendata.maxlen)) in get_len_or_size()
Dgimple-ssa-warn-access.cc504 if (maxlen && !integer_all_onesp (maxlen)) in maybe_warn_nonstring_arg()
1312 else if (!integer_all_onesp (range[1])) in check_access()
1374 if (range[0] || !exactwrite || integer_all_onesp (dstwrite)) in check_access()
2282 && integer_all_onesp (args[i])) in maybe_warn_alloc_args_overflow()
Dtree-object-size.cc98 ? integer_all_onesp (val) : integer_zerop (val)); in size_initval_p()
107 ? integer_zerop (val) : integer_all_onesp (val)); in size_unknown_p()
Dconvert.cc790 && !integer_all_onesp (arg1)))) in convert_to_integer_1()
Dtree-ssa-reassoc.cc1034 else if (integer_all_onesp (oelast->op)) in eliminate_using_constants()
1046 if (integer_all_onesp (oelast->op)) in eliminate_using_constants()
3527 if (idx && !integer_all_onesp (ranges[i].low)) in optimize_range_tests_cmp_bitwise()
4191 if (integer_all_onesp (t)) in ovce_extract_ops()
4193 else if (integer_all_onesp (f)) in ovce_extract_ops()
Dtree-ssa-phiopt.cc1223 return integer_all_onesp (arg); in neutral_element_p()
1238 return integer_all_onesp (arg); in absorbing_element_p()
Dgimple-ssa-sprintf.cc2108 = (integer_all_onesp (lendata.maxlen) in get_string_length()
2148 if (lendata.maxbound && !integer_all_onesp (lendata.maxbound)) in get_string_length()
Dpredict.cc2780 || integer_all_onesp (op1) in tree_predict_by_opcode()
2791 || integer_all_onesp (op1) in tree_predict_by_opcode()
Dubsan.cc956 || integer_all_onesp (size)) in ubsan_expand_objsize_ifn()
Dtree-vect-generic.cc1077 || (integer_all_onesp (b) && integer_zerop (c) in expand_vector_condition()
Dbuiltins.cc10198 if (tree_fits_uhwi_p (len) || integer_all_onesp (size)) in expand_builtin_memory_chk()
10203 if (!sizes_ok && !integer_all_onesp (size) && tree_int_cst_lt (size, len)) in expand_builtin_memory_chk()
10379 if (! tree_fits_uhwi_p (size) || integer_all_onesp (size)) in maybe_emit_sprintf_chk_warning()
Dtree-ssa-forwprop.cc625 if ((code == VEC_COND_EXPR) ? integer_all_onesp (tmp) in forward_propagate_into_cond()
Dfold-const.cc12917 if (integer_all_onesp (val)) in fold_ternary_loc()
12981 if ((code == VEC_COND_EXPR ? integer_all_onesp (op1) in fold_ternary_loc()
13124 if (code == VEC_COND_EXPR ? integer_all_onesp (op2) : integer_onep (op2) in fold_ternary_loc()
13157 if (code == VEC_COND_EXPR ? integer_all_onesp (arg1) : integer_onep (arg1) in fold_ternary_loc()
Dtree-ssa-loop-niter.cc1641 || (integer_all_onesp (iv1->step) && integer_zerop (iv0->step))) in number_of_iterations_lt()
Dexpr.cc12694 if (! unsignedp && integer_all_onesp (arg1)) in do_store_flag()
12700 if (! unsignedp && integer_all_onesp (arg1)) in do_store_flag()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dmatch-and-simplify.texi87 (bit_and @@0 integer_all_onesp)
409 integer_onep integer_zerop integer_all_onesp)
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmethod.cc1577 if (integer_all_onesp (maxval)) in build_comparison_op()
Derror.cc1046 if (!max || integer_all_onesp (max)) in dump_type_suffix()
Dinit.cc4465 if (integer_all_onesp (maxindex)) in build_vec_init()
Dtypeck.cc5232 && ! integer_all_onesp (stripped_op1))); in cp_build_binary_op()
5271 && ! integer_all_onesp (stripped_op1))); in cp_build_binary_op()
DChangeLog-2012217 when integer_all_onesp (maxindex).

12