Searched refs:utype (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-switch-conversion.c1129 tree tidx, sub, utype;
1139 utype = TREE_TYPE (info->index_expr);
1140 if (TREE_TYPE (utype))
1141 utype = lang_hooks.types.type_for_mode (TYPE_MODE (TREE_TYPE (utype)), 1);
1143 utype = lang_hooks.types.type_for_mode (TYPE_MODE (utype), 1);
1146 tidx = make_ssa_name (utype);
1147 sub = fold_build2_loc (loc, MINUS_EXPR, utype,
1148 fold_convert_loc (loc, utype, inf
1126 tree tidx, sub, utype; local
1251 tree utype, tidx; local
[all...]
H A Dtree-ssa-dce.c1245 tree utype = type; local
1247 utype = build_nonstandard_integer_type (TYPE_PRECISION (type), 1);
1248 tree result = fold_build2_loc (loc, subcode, utype,
1249 fold_convert_loc (loc, utype, arg0),
1250 fold_convert_loc (loc, utype, arg1));
H A Dubsan.c1415 tree utype = build_nonstandard_integer_type (modebitsize, 1); local
1420 || GET_MODE_BITSIZE (TYPE_MODE (utype)) != modebitsize
1433 tree mem = build2 (MEM_REF, utype, gimple_assign_lhs (g),
1435 tree urhs = make_ssa_name (utype);
1454 minv = fold_convert (utype, minv);
1455 maxv = fold_convert (utype, maxv);
1458 g = gimple_build_assign (make_ssa_name (utype), MINUS_EXPR, urhs, minv);
H A Dtree-vect-patterns.c2321 tree utype variable
2323 tree vecutype = get_vectype_for_scalar_type (utype);
2325 = build_int_cst (utype, GET_MODE_BITSIZE (TYPE_MODE (itype))
2327 tree var = vect_recog_temp_ssa_var (utype, NULL);
2330 build_int_cst (utype, -1),
2331 build_int_cst (utype, 0));
2337 var = vect_recog_temp_ssa_var (utype, NULL);
H A Dtree-chrec.c1398 tree utype = unsigned_type_for (type);
1400 fold_convert (utype,
1402 fold_convert (utype,
1394 tree utype = unsigned_type_for (type); local
H A Dtree-ssa-loop-ivopts.c3098 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); local
3104 if (TYPE_PRECISION (utype) > TYPE_PRECISION (ctype))
3111 uutype = unsigned_type_for (utype);
3114 if (TYPE_PRECISION (utype) < TYPE_PRECISION (ctype))
4163 tree utype = TREE_TYPE (ubase), ctype; local
4184 if (TYPE_PRECISION (utype) > TYPE_PRECISION (ctype))
4207 if (TYPE_PRECISION (utype) < TYPE_PRECISION (ctype))
4248 ubase, build_int_cst (utype, 0),
4281 TYPE_ADDR_SPACE (TREE_TYPE (utype))))
4296 ubase, build_int_cst (utype,
[all...]
H A Dtree-vrp.c9882 tree utype = type; local
9886 utype = build_nonstandard_integer_type (prec, 1);
9888 op0 = fold_convert (utype, op0);
9889 else if (!useless_type_conversion_p (utype, TREE_TYPE (op0)))
9891 g = gimple_build_assign (make_ssa_name (utype), NOP_EXPR, op0);
9897 op1 = fold_convert (utype, op1);
9898 else if (!useless_type_conversion_p (utype, TREE_TYPE (op1)))
9900 g = gimple_build_assign (make_ssa_name (utype), NOP_EXPR, op1);
9905 g = gimple_build_assign (make_ssa_name (utype), subcode, op0, op1);
9908 if (utype !
[all...]
H A Dfold-const.c4614 tree utype, minv, maxv;
4618 utype = unsigned_type_for (etype);
4619 maxv = fold_convert_loc (loc, utype, TYPE_MAX_VALUE (etype));
4622 minv = fold_convert_loc (loc, utype, TYPE_MIN_VALUE (etype));
4626 etype = utype;
11531 tree utype = TREE_TYPE (arg0);
11536 utype = unsigned_type_for (TREE_TYPE (arg0));
11538 pmop[0] = fold_convert_loc (loc, utype, pmop[0]);
11540 pmop[1] = fold_convert_loc (loc, utype, pmop[1]);
11544 tem = fold_build1_loc (loc, NEGATE_EXPR, utype, pmo
4594 tree utype, minv, maxv; local
11502 tree utype = TREE_TYPE (arg0); local
[all...]
H A Dtree-scalar-evolution.c1931 tree utype = unsigned_type_for (type);
1932 chrec1 = interpret_rhs_expr (loop, at_stmt, utype,
1927 tree utype = unsigned_type_for (type); local
/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c2021 tree retval, fldval, utype, mask; local
2052 utype = TREE_TYPE (t);
2053 if (!TYPE_UNSIGNED (utype))
2054 utype = build_nonstandard_integer_type (TYPE_PRECISION (utype), 1);
2055 retval = build_int_cst (utype, 0);
2071 fldval = fold_convert (utype, value);
2072 mask = build_int_cst_type (utype, -1);
2073 mask = fold_build2 (LSHIFT_EXPR, utype, mask,
2074 size_int (TYPE_PRECISION (utype)
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Ddecl.c1652 tree utype;
1688 utype = start_struct (UNION_TYPE, NULL_TREE);
1689 utype = finish_struct (utype, first);
1690 TYPE_TAGFIELDS (utype) = tagfields;
1691 return utype;
1696 layout_chill_variants (utype)
1697 tree utype;
1699 tree first = TYPE_FIELDS (utype);
1705 if (TYPE_SIZE (utype))
1633 tree utype; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c2431 tree type, utype, stype, arg1, arg2, shift, res, left, right; local
2440 utype = unsigned_type_for (type);
2453 right = fold_build2_loc (input_location, RSHIFT_EXPR, utype,
2454 fold_convert (utype, arg2), dshiftl ? tmp : shift);
4735 tree utype; local
4749 utype = unsigned_type_for (type);
4763 utype, convert (utype, args[0]), width));
5143 tree utype, arg2, call1, call2; local
5154 utype
5501 tree arg, allones, type, utype, res, cond, bitsize; local
[all...]
H A Dtrans-stmt.c1983 tree utype; local
2034 utype = unsigned_type_for (type);
2036 utype = unsigned_type_for (gfc_array_index_type);
2037 countm1 = gfc_create_var (utype, "countm1");
2081 tou = fold_convert (utype, to);
2082 fromu = fold_convert (utype, from);
2083 stepu = fold_convert (utype, step);
2088 tmp2 = fold_build2_loc (loc, TRUNC_DIV_EXPR, utype,
2089 fold_build2_loc (loc, MINUS_EXPR, utype,
2102 tmp2 = fold_build2_loc (loc, TRUNC_DIV_EXPR, utype,
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dfold-const.c3414 tree utype, value;
3437 utype = unsigned_type (etype);
3438 return build_range_check (type, convert (utype, exp), 1, 0,
3439 convert (utype, high));
3389 tree utype, value; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc3871 Type* utype = unc->type(); local
3872 if (utype->integer_type() == NULL
3873 || utype->integer_type()->is_abstract())
3887 size_t obits = utype->integer_type()->bits();
3889 if (!utype->integer_type()->is_unsigned() && mpz_sgn(uval) < 0)
3917 if (!utype->integer_type()->is_unsigned()
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c12140 tree utype = unsigned_type (prom_type);
12141 op1 = convert (utype, op1);
12145 TREE_TYPE (node) = utype;
12135 tree utype = unsigned_type (prom_type); local
H A Dparse.y9483 tree utype = unsigned_type (prom_type);
9484 op1 = convert (utype, op1);
9488 TREE_TYPE (node) = utype;

Completed in 601 milliseconds