Searched refs:poly_widest_int (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-affine.h | 46 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 D | tree-affine.c | 45 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 D | poly-int-types.h | 37 typedef poly_int<NUM_POLY_INT_COEFFS, widest_int> poly_widest_int; typedef
|
H A D | tree-predcom.c | 695 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 D | dumpfile.c | 495 template void dump_dec (int, const poly_widest_int &);
|
H A D | tree-ssa-loop-im.c | 1573 poly_widest_int size1, size2; in mem_refs_may_alias_p()
|
H A D | tree-data-ref.c | 2246 poly_widest_int size1, size2; in dr_may_alias_p()
|
H A D | tree.c | 7007 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 D | tree-ssa-loop-ivopts.c | 6924 poly_widest_int offset = aff_inv.offset; in rewrite_use_nonlinear_expr()
|