Searched refs:imagpart_p (Results 1 – 2 of 2) sorted by relevance
/dragonfly/contrib/gcc-8.0/gcc/ |
H A D | tree-complex.c | 604 extract_component (gimple_stmt_iterator *gsi, tree t, bool imagpart_p, 610 return imagpart_p ? TREE_IMAGPART (t) : TREE_REALPART (t); 621 if (imagpart_p) 640 t = build1 ((imagpart_p ? IMAGPART_EXPR : REALPART_EXPR), 651 t = get_component_ssa_name (t, imagpart_p);
|
/dragonfly/contrib/gcc-4.7/gcc/ |
H A D | tree-complex.c | 585 extract_component (gimple_stmt_iterator *gsi, tree t, bool imagpart_p, in extract_component() argument 591 return imagpart_p ? TREE_IMAGPART (t) : TREE_REALPART (t); in extract_component() 606 t = build1 ((imagpart_p ? IMAGPART_EXPR : REALPART_EXPR), in extract_component() 617 return get_component_ssa_name (t, imagpart_p); in extract_component()
|