Home
last modified time | relevance | path

Searched refs:TREE_IMAGPART (Results 1 – 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtree.c1167 TREE_IMAGPART (t) = imag; in build_complex()
1278 && integer_zerop (TREE_IMAGPART (expr)))); in integer_zerop()
1294 && integer_zerop (TREE_IMAGPART (expr)))); in integer_onep()
1310 && integer_zerop (TREE_IMAGPART (expr))) in integer_all_onesp()
1362 && integer_zerop (TREE_IMAGPART (expr))) in integer_pow2p()
1407 || integer_nonzerop (TREE_IMAGPART (expr))))); in integer_nonzerop()
1498 && real_zerop (TREE_IMAGPART (expr)))); in real_zerop()
1512 && real_zerop (TREE_IMAGPART (expr)))); in real_onep()
1526 && real_zerop (TREE_IMAGPART (expr)))); in real_twop()
1540 && real_zerop (TREE_IMAGPART (expr)))); in real_minus_onep()
[all …]
HDtree-browser.c213 TB_SET_HEAD (TREE_IMAGPART (head)); in browse_tree()
HDtree-complex.c124 imag = TREE_IMAGPART (t); in find_lattice_value()
555 return imagpart_p ? TREE_IMAGPART (t) : TREE_REALPART (t); in extract_component()
HDvarasm.c2463 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
2583 && compare_constant (TREE_IMAGPART (t1), TREE_IMAGPART (t2))); in compare_constant()
2704 copy_constant (TREE_IMAGPART (exp))); in copy_constant()
4092 output_constant (TREE_IMAGPART (exp), thissize / 2, in output_constant()
HDfold-const.c1086 && negate_expr_p (TREE_IMAGPART (t)); in negate_expr_p()
1204 tree ipart = negate_expr (TREE_IMAGPART (t)); in fold_negate_expr()
1803 tree i1 = TREE_IMAGPART (arg1); in const_binop()
1805 tree i2 = TREE_IMAGPART (arg2); in const_binop()
2724 && operand_equal_p (TREE_IMAGPART (arg0), TREE_IMAGPART (arg1), in operand_equal_p()
7135 part = TREE_IMAGPART (expr); in native_encode_complex()
7822 tree ipart = fold_convert (itype, TREE_IMAGPART (arg0)); in fold_unary()
7908 return fold_convert (type, TREE_IMAGPART (arg0)); in fold_unary()
8453 ipart = TREE_IMAGPART (expr); in fold_mult_zconjz()
11955 fold_checksum_tree (TREE_IMAGPART (expr), ctx, ht); in fold_checksum_tree()
[all …]
HDprint-tree.c744 print_node (file, "imag", TREE_IMAGPART (node), indent + 4); in print_node()
HDc-pretty-print.c1212 pp_expression (pp, cst ? TREE_IMAGPART (e) : TREE_OPERAND (e, 1)); in pp_c_initializer_list()
HDtree-sra.c1821 ? TREE_OPERAND (init, 1) : TREE_IMAGPART (init)); in generate_element_init_1()
HDbuiltins.c6964 && TREE_CODE (TREE_IMAGPART (arg)) == REAL_CST in fold_builtin_cabs()
6966 && ! TREE_CONSTANT_OVERFLOW (TREE_IMAGPART (arg))) in fold_builtin_cabs()
6971 i = TREE_REAL_CST (TREE_IMAGPART (arg)); in fold_builtin_cabs()
7645 && real_zerop (TREE_IMAGPART (expr)))); in real_dconstp()
HDtree-pretty-print.c779 dump_generic_node (buffer, TREE_IMAGPART (node), spc, flags, false); in dump_generic_node()
HDexpr.c2796 tree part = imag_p ? TREE_IMAGPART (decl) : TREE_REALPART (decl); in read_complex_part()
4608 if (!initializer_zerop (TREE_IMAGPART (value))) in categorize_ctor_elements_1()
7056 op1 = expand_expr (TREE_IMAGPART (exp), itarg, mode, 0); in expand_expr_real_1()
HDtree.def281 /* Contents are in TREE_REALPART and TREE_IMAGPART fields,
HDtree.h1325 #define TREE_IMAGPART(NODE) (COMPLEX_CST_CHECK (NODE)->complex.imag) macro
HDc-typeck.c3008 return TREE_IMAGPART (arg); in build_unary_op()
HDChangeLog-200133174 use TREE_REALPART and TREE_IMAGPART instead of TREE_OPERAND.
/freebsd-11-stable/contrib/gcc/cp/
HDtree.c1468 && cp_tree_equal (TREE_IMAGPART (t1), TREE_IMAGPART (t2)); in cp_tree_equal()
HDtypeck.c4218 return TREE_IMAGPART (arg); in build_unary_op()
/freebsd-11-stable/contrib/gcc/doc/
HDc-tree.texi2020 @code{TREE_REALPART} and @code{TREE_IMAGPART} return the real and the