Searched refs:aff_combination_const (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-affine.h | 69 void aff_combination_const (aff_tree *, tree, const poly_widest_int &);
|
H A D | tree-affine.c | 68 aff_combination_const (aff_tree *comb, tree type, const poly_widest_int &cst) in aff_combination_const() function 434 aff_combination_const (comb, type, bytepos); in tree_to_aff_combination() 462 aff_combination_const (comb, type, wi::to_poly_widest (expr)); in tree_to_aff_combination() 1019 aff_combination_const (&tmp, sizetype, bits_to_bytes_round_down (bitpos)); in get_inner_reference_aff()
|
H A D | tree-predcom.c | 683 aff_combination_const (&delta, type, wi::to_poly_widest (DR_INIT (dr))); in aff_combination_dr_offset()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-affine.h | 69 void aff_combination_const (aff_tree *, tree, const poly_widest_int &);
|
H A D | tree-affine.cc | 69 aff_combination_const (aff_tree *comb, tree type, const poly_widest_int &cst) in aff_combination_const() function 443 aff_combination_const (comb, type, bytepos); in tree_to_aff_combination() 471 aff_combination_const (comb, type, wi::to_poly_widest (expr)); in tree_to_aff_combination() 1028 aff_combination_const (&tmp, sizetype, bits_to_bytes_round_down (bitpos)); in get_inner_reference_aff()
|
H A D | tree-predcom.cc | 818 aff_combination_const (&delta, type, wi::to_poly_widest (DR_INIT (dr))); in aff_combination_dr_offset()
|
H A D | ChangeLog-2017 | 1152 (aff_combination_const, aff_comb_cannot_overlap_p): Take the 1160 (aff_combination_const, aff_combination_add_cst) 34231 (aff_combination_const): Adjust.
|
H A D | ChangeLog-2006 | 821 (aff_combination_const, aff_combination_elt, aff_combination_scale,
|
H A D | ChangeLog-2014 | 40098 (aff_combination_const): Take a widest_int instead of a double_int. 40126 (aff_combination_const): Use widest_int instead of double_int.
|
H A D | ChangeLog-2005 | 21141 (aff_combination_const, aff_combination_elt, aff_combination_scale,
|