OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TREE_IMAGPART
(Results
1 - 25
of
56
) sorted by relevancy
1
2
3
/src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc
1302
tree argi =
TREE_IMAGPART
(arg);
1703
tree arg0i =
TREE_IMAGPART
(arg0);
1705
tree arg1i =
TREE_IMAGPART
(arg1);
gimple-range-fold.cc
500
wide_int w = wi::to_wide (
TREE_IMAGPART
(cst));
501
int_range<1> imag (TREE_TYPE (
TREE_IMAGPART
(cst)), w, w);
fold-const.cc
519
&& negate_expr_p (
TREE_IMAGPART
(t));
675
tree ipart = fold_negate_expr (loc,
TREE_IMAGPART
(t));
1552
tree i1 =
TREE_IMAGPART
(arg1);
1554
tree i2 =
TREE_IMAGPART
(arg2);
1951
tree ipart = fold_negate_const (
TREE_IMAGPART
(arg0),
1996
return fold_convert (type,
TREE_IMAGPART
(arg0));
3344
&& operand_equal_p (
TREE_IMAGPART
(arg0),
TREE_IMAGPART
(arg1),
3952
hash_operand (
TREE_IMAGPART
(t), hstate, flags);
8087
part =
TREE_IMAGPART
(expr)
[
all
...]
tree-complex.cc
171
imag =
TREE_IMAGPART
(t);
621
return imagpart_p ?
TREE_IMAGPART
(t) : TREE_REALPART (t);
tree.cc
2510
TREE_IMAGPART
(t) = imag;
2869
&& integer_zerop (
TREE_IMAGPART
(expr)));
2893
&& integer_zerop (
TREE_IMAGPART
(expr)));
2914
&& integer_onep (
TREE_IMAGPART
(expr)));
2930
&& integer_all_onesp (
TREE_IMAGPART
(expr)))
2955
&& integer_zerop (
TREE_IMAGPART
(expr)));
2970
&& integer_zerop (
TREE_IMAGPART
(expr)))
2992
|| integer_nonzerop (
TREE_IMAGPART
(expr)))));
3173
&& real_zerop (
TREE_IMAGPART
(expr));
3206
&& real_zerop (
TREE_IMAGPART
(expr))
[
all
...]
print-tree.cc
850
print_node (file, "imag",
TREE_IMAGPART
(node), indent + 4);
tree-streamer-in.cc
697
TREE_IMAGPART
(expr) = stream_read_tree_ref (ib, data_in);
tree-streamer-out.cc
594
stream_write_tree_ref (ob,
TREE_IMAGPART
(expr));
tree-ssa-dse.cc
549
/*
TREE_IMAGPART
is live */
550
tree x =
TREE_IMAGPART
(gimple_assign_rhs1 (stmt));
/src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc
1245
tree argi =
TREE_IMAGPART
(arg);
1577
tree arg0i =
TREE_IMAGPART
(arg0);
1579
tree arg1i =
TREE_IMAGPART
(arg1);
tree.cc
2521
TREE_IMAGPART
(t) = imag;
2830
&& integer_zerop (
TREE_IMAGPART
(expr)));
2854
&& integer_zerop (
TREE_IMAGPART
(expr)));
2875
&& integer_onep (
TREE_IMAGPART
(expr)));
2891
&& integer_all_onesp (
TREE_IMAGPART
(expr)))
2916
&& integer_zerop (
TREE_IMAGPART
(expr)));
2931
&& integer_zerop (
TREE_IMAGPART
(expr)))
2953
|| integer_nonzerop (
TREE_IMAGPART
(expr)))));
3134
&& real_zerop (
TREE_IMAGPART
(expr));
3167
&& real_zerop (
TREE_IMAGPART
(expr))
[
all
...]
fold-const.cc
423
&& negate_expr_p (
TREE_IMAGPART
(t));
579
tree ipart = fold_negate_expr (loc,
TREE_IMAGPART
(t));
1409
tree i1 =
TREE_IMAGPART
(arg1);
1411
tree i2 =
TREE_IMAGPART
(arg2);
1800
tree ipart = fold_negate_const (
TREE_IMAGPART
(arg0),
1845
return fold_convert (type,
TREE_IMAGPART
(arg0));
3179
&& operand_equal_p (
TREE_IMAGPART
(arg0),
TREE_IMAGPART
(arg1),
3727
hash_operand (
TREE_IMAGPART
(t), hstate, flags);
7911
part =
TREE_IMAGPART
(expr)
[
all
...]
tree-complex.cc
171
imag =
TREE_IMAGPART
(t);
616
return imagpart_p ?
TREE_IMAGPART
(t) : TREE_REALPART (t);
print-tree.cc
840
print_node (file, "imag",
TREE_IMAGPART
(node), indent + 4);
tree-ssa-dse.cc
505
/*
TREE_IMAGPART
is live */
506
tree x =
TREE_IMAGPART
(gimple_assign_rhs1 (stmt));
tree-streamer-in.cc
702
TREE_IMAGPART
(expr) = stream_read_tree_ref (ib, data_in);
tree-streamer-out.cc
595
stream_write_tree_ref (ob,
TREE_IMAGPART
(expr));
gimple-range-fold.cc
406
wide_int imag = wi::to_wide (
TREE_IMAGPART
(cst));
/src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc
3658
&& TREE_CODE (
TREE_IMAGPART
(value)) == INTEGER_CST)
3662
write_integer_cst (
TREE_IMAGPART
(value));
3665
&& TREE_CODE (
TREE_IMAGPART
(value)) == REAL_CST)
3669
write_real_cst (
TREE_IMAGPART
(value));
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.cc
331
return cmp_csts_and_types (
TREE_IMAGPART
(cst1),
TREE_IMAGPART
(cst2));
/src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.cc
434
return cmp_csts_and_types (
TREE_IMAGPART
(cst1),
TREE_IMAGPART
(cst2));
/src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc
4003
&& TREE_CODE (
TREE_IMAGPART
(value)) == INTEGER_CST)
4007
write_integer_cst (
TREE_IMAGPART
(value));
4010
&& TREE_CODE (
TREE_IMAGPART
(value)) == REAL_CST)
4014
write_real_cst (
TREE_IMAGPART
(value));
/src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc
1410
compare_tree_edges (
TREE_IMAGPART
(t1),
TREE_IMAGPART
(t2));
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc
1405
compare_tree_edges (
TREE_IMAGPART
(t1),
TREE_IMAGPART
(t2));
/src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc
366
real_value im = TREE_REAL_CST (
TREE_IMAGPART
(cst));
Completed in 85 milliseconds
1
2
3
Indexes created Sat Jun 20 00:25:23 UTC 2026