Searched refs:poly_wide_int_ref (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | poly-int-types.h | 36 typedef poly_int<NUM_POLY_INT_COEFFS, wide_int_ref> poly_wide_int_ref; typedef
|
H A D | tree.h | 4163 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 D | emit-rtl.c | 154 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 D | tree.c | 1387 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 D | rtl.h | 3207 extern rtx immed_wide_int_const (const poly_wide_int_ref &, machine_mode);
|