Searched refs:poly_wide_int (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | poly-int-types.h | 35 typedef poly_int<NUM_POLY_INT_COEFFS, wide_int> poly_wide_int; typedef
|
H A D | emit-rtl.c | 536 return immed_wide_int_const (poly_wide_int::from (c, prec, SIGNED), mode); in gen_int_mode() 742 poly_wide_int newc = poly_wide_int::from (c, prec, SIGNED); in immed_wide_int_const()
|
H A D | simplify-rtx.c | 2041 poly_wide_int result; in simplify_const_unary_operation() 4376 poly_wide_int result; in simplify_const_binary_operation() 6498 poly_wide_int val in simplify_subreg() 6499 = poly_wide_int::from (const_poly_int_value (op), in simplify_subreg()
|
H A D | tree.c | 211 typedef std::pair<tree, const poly_wide_int *> compare_type; 1399 poly_wide_int tmp = poly_wide_int::from (cst, TYPE_PRECISION (type), in force_fit_type() 1649 poly_wide_int c = poly_wide_int::from (values, prec, SIGNED); in build_poly_int_cst()
|
H A D | fold-const.c | 1135 poly_wide_int res; in int_const_binop_1() 2253 poly_wide_int::from (poly_int_cst_value (arg1), in fold_convert_const() 8362 poly_wide_int wi_offset; in pointer_may_wrap_p() 8372 poly_wide_int units = wi::shwi (bits_to_bytes_round_down (bitpos), in pointer_may_wrap_p() 8374 poly_wide_int total = wi::add (wi_offset, units, UNSIGNED, &overflow); in pointer_may_wrap_p() 13838 poly_wide_int res = wi::neg (wi::to_poly_wide (arg0), &overflow); in fold_negate_const()
|
H A D | stor-layout.c | 864 poly_wide_int::from (poly_int_cst_value (x), in bits_from_bytes()
|
H A D | tree-vect-stmts.c | 8392 poly_wide_int bump_val in vectorizable_load() 8405 poly_wide_int bump_val in vectorizable_load()
|
H A D | rtl.def | 351 /* An rtx representation of a poly_wide_int. */
|