Lines Matching refs:rhsop
2920 do_structure_copy (tree lhsop, tree rhsop) in do_structure_copy() argument
2929 get_constraint_for (rhsop, &rhsc); in do_structure_copy()
2974 tree rhstype = TREE_TYPE (rhsop); in do_structure_copy()
2980 rhstypesize = DECL_P (rhsop) ? DECL_SIZE (rhsop) : TYPE_SIZE (rhstype); in do_structure_copy()
3036 do_structure_copy (tmpvar, rhsop); in do_structure_copy()
3394 tree rhsop; in find_func_aliases() local
3402 rhsop = TREE_OPERAND (t, 1); in find_func_aliases()
3407 rhsop = t; in find_func_aliases()
3409 decl = get_callee_fndecl (rhsop); in find_func_aliases()
3420 decl = TREE_OPERAND (rhsop, 0); in find_func_aliases()
3426 arglist = TREE_OPERAND (rhsop, 1); in find_func_aliases()
3484 tree rhsop = TREE_OPERAND (t, 1); in find_func_aliases() local
3489 && (AGGREGATE_TYPE_P (TREE_TYPE (rhsop)) in find_func_aliases()
3492 do_structure_copy (lhsop, rhsop); in find_func_aliases()
3499 || TREE_CODE (rhsop) == CALL_EXPR) in find_func_aliases()
3502 switch (TREE_CODE_CLASS (TREE_CODE (rhsop))) in find_func_aliases()
3516 get_constraint_for (rhsop, &rhsc); in find_func_aliases()
3535 if (handle_ptr_arith (lhsc, rhsop)) in find_func_aliases()
3545 for (i = 0; i < TREE_CODE_LENGTH (TREE_CODE (rhsop)); i++) in find_func_aliases()
3547 tree op = TREE_OPERAND (rhsop, i); in find_func_aliases()