Searched refs:build_int_cst_type (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dtree-profile.c143 tree start = build_int_cst_type (integer_type_node, value->hdata.intvl.int_start);
144 tree steps = build_int_cst_type (unsigned_type_node, value->hdata.intvl.steps);
H A Dtree-ssa-address.c496 parts->step = build_int_cst_type (sizetype, best_mult);
520 parts->offset = build_int_cst_type (sizetype, addr->offset);
543 build_int_cst_type (sizetype, addr->coefs[i]));
H A Dtree-chrec.c129 : build_int_cst_type (type, -1)));
300 : build_int_cst_type (type, -1)));
H A Dtree-ssa-loop-ivopts.c2696 build_int_cst_type (comb->type, scale));
2745 build_int_cst_type (comb->type, scale));
2901 build_int_cst_type (type, scale));
2913 build_int_cst_type (type, scale));
2969 return add_elt_to_tree (expr, type, build_int_cst_type (type, off), sgn,
3099 ratio = build_int_cst_type (uutype, ratioi);
H A Dtree-ssa-loop-manip.c745 build_int_cst_type (type, factor));
H A Ddojump.c258 build_int_cst_type (argtype, mask)),
H A Dtree-scalar-evolution.c879 : build_int_cst_type (type, -1));
H A Dtree-ssa-loop-niter.c113 rslt = build_int_cst_type (type, irslt);
H A Dtree.c727 build_int_cst_type (tree type, HOST_WIDE_INT low)
7424 return build_int_cst_type (type, num);
723 build_int_cst_type (tree type, HOST_WIDE_INT low) function
H A Dtree.h3658 extern tree build_int_cst_type (tree, HOST_WIDE_INT);
H A Dexpr.c8861 /* For constant values, reduce using build_int_cst_type. */
8865 tree t = build_int_cst_type (type, value);
H A Dbuiltins.c8090 ret = build_int_cst_type (TREE_TYPE (var), cval);
H A Dfold-const.c9103 return build_int_cst_type (type, diff);

Completed in 324 milliseconds