Home
last modified time | relevance | path

Searched refs:poly_widest_int (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-affine.h46 poly_widest_int offset;
67 void aff_combination_const (aff_tree *, tree, const poly_widest_int &);
79 poly_widest_int *);
83 tree get_inner_reference_aff (tree, aff_tree *, poly_widest_int *);
85 bool aff_comb_cannot_overlap_p (aff_tree *, const poly_widest_int &,
86 const poly_widest_int &);
H A Dtree-affine.c45 static poly_widest_int
46 wide_int_ext_for_comb (const poly_widest_int &cst, tree type) in wide_int_ext_for_comb()
68 aff_combination_const (aff_tree *comb, tree type, const poly_widest_int &cst) in aff_combination_const()
201 aff_combination_add_cst (aff_tree *c, const poly_widest_int &cst) in aff_combination_add_cst()
493 poly_widest_int off; in aff_combination_to_tree()
812 wide_int_constant_multiple_p (const poly_widest_int &val, in wide_int_constant_multiple_p()
813 const poly_widest_int &div, in wide_int_constant_multiple_p()
814 bool *mult_set, poly_widest_int *mult) in wide_int_constant_multiple_p()
816 poly_widest_int rem, cst; in wide_int_constant_multiple_p()
846 poly_widest_int *mult) in aff_combination_constant_multiple_p()
[all …]
H A Dpoly-int-types.h37 typedef poly_int<NUM_POLY_INT_COEFFS, widest_int> poly_widest_int; typedef
H A Dtree-predcom.c695 poly_widest_int *off) in determine_offset()
804 poly_widest_int dummy_off; in split_data_refs_to_components()
963 poly_widest_int offset; in suitable_component_p()
1194 poly_widest_int off; in valid_initializer_p()
H A Ddumpfile.c495 template void dump_dec (int, const poly_widest_int &);
H A Dtree-ssa-loop-im.c1573 poly_widest_int size1, size2; in mem_refs_may_alias_p()
H A Dtree-data-ref.c2246 poly_widest_int size1, size2; in dr_may_alias_p()
H A Dtree.c7007 return known_eq (poly_widest_int::from (poly_int_cst_value (t1), in simple_cst_equal()
7009 poly_widest_int::from (poly_int_cst_value (t2), in simple_cst_equal()
H A Dtree-ssa-loop-ivopts.c6924 poly_widest_int offset = aff_inv.offset; in rewrite_use_nonlinear_expr()