Home | History | Annotate | Download | only in gcc

Lines Matching defs:arg_val

1175 	  ccp_prop_value_t arg_val = get_value_for_expr (arg, false);
1179 new_val = arg_val;
1183 ccp_lattice_meet (&new_val, &arg_val);
1189 dump_lattice_value (dump_file, "\tValue: ", arg_val);
1648 widest_int arg_val, arg_mask;
1659 arg_val = wi::ext (r1val, width, sgn);
1661 res_val = wi::rshift (arg_val, shift, sgn);
1666 arg_val = r1val;
1668 res_val = arg_val << shift;
1678 tmp_val = wi::rshift (arg_val, shift, sgn);
1683 tmp_val = arg_val << shift;