Home
last modified time | relevance | path

Searched refs:poly_wide_int_ref (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dpoly-int-types.h36 typedef poly_int<NUM_POLY_INT_COEFFS, wide_int_ref> poly_wide_int_ref; typedef
H A Dtree.h4163 extern tree wide_int_to_tree (tree type, const poly_wide_int_ref &cst);
4164 extern tree force_fit_type (tree, const poly_wide_int_ref &, int, bool);
4192 extern tree build_poly_int_cst (tree, const poly_wide_int_ref &);
H A Demit-rtl.c154 typedef std::pair<machine_mode, poly_wide_int_ref> compare_type;
731 immed_wide_int_const (const poly_wide_int_ref &c, machine_mode mode) in immed_wide_int_const()
H A Dtree.c1387 force_fit_type (tree type, const poly_wide_int_ref &cst, in force_fit_type()
1645 build_poly_int_cst (tree type, const poly_wide_int_ref &values) in build_poly_int_cst()
1671 wide_int_to_tree (tree type, const poly_wide_int_ref &value) in wide_int_to_tree()
H A Drtl.h3207 extern rtx immed_wide_int_const (const poly_wide_int_ref &, machine_mode);