Searched refs:addr_expr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-vect-transform.c148 tree addr_base, addr_expr; local
176 /* addr_expr = addr_base */
177 addr_expr = vect_get_new_vect_var (scalar_ptr_type, vect_pointer_var,
179 add_referenced_var (addr_expr);
180 vec_stmt = build2 (MODIFY_EXPR, void_type_node, addr_expr, addr_base);
181 new_temp = make_ssa_name (addr_expr, vec_stmt);
H A Dgimplify.c1569 tree addr_expr = TREE_OPERAND (expr, 0);
1570 tree atype = TREE_TYPE (addr_expr);
1573 /* Both cast and addr_expr types should be pointers. */
1577 /* The addr_expr type should be a pointer to an array. */
1582 /* Both cast and addr_expr types should address the same object type. */
1588 /* The addr_expr and the object type should match. */
1589 obj_expr = TREE_OPERAND (addr_expr, 0);
1568 tree addr_expr = TREE_OPERAND (expr, 0); local

Completed in 177 milliseconds