Home
last modified time | relevance | path

Searched refs:wide_int_ext_for_comb (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-affine.c38 wide_int_ext_for_comb (const widest_int &cst, tree type) in wide_int_ext_for_comb() function
46 wide_int_ext_for_comb (const poly_widest_int &cst, tree type) in wide_int_ext_for_comb() function
71 comb->offset = wide_int_ext_for_comb (cst, comb->type);; in aff_combination_const()
93 widest_int scale = wide_int_ext_for_comb (scale_in, comb->type); in aff_combination_scale()
103 comb->offset = wide_int_ext_for_comb (scale * comb->offset, comb->type); in aff_combination_scale()
107 = wide_int_ext_for_comb (scale * comb->elts[i].coef, comb->type); in aff_combination_scale()
144 widest_int scale = wide_int_ext_for_comb (scale_in, comb->type); in aff_combination_add_elt()
152 = wide_int_ext_for_comb (comb->elts[i].coef + scale, comb->type); in aff_combination_add_elt()
203 c->offset = wide_int_ext_for_comb (c->offset + cst, c->type); in aff_combination_add_cst()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-affine.cc39 wide_int_ext_for_comb (const widest_int &cst, tree type) in wide_int_ext_for_comb() function
47 wide_int_ext_for_comb (const poly_widest_int &cst, tree type) in wide_int_ext_for_comb() function
72 comb->offset = wide_int_ext_for_comb (cst, comb->type);; in aff_combination_const()
94 widest_int scale = wide_int_ext_for_comb (scale_in, comb->type); in aff_combination_scale()
104 comb->offset = wide_int_ext_for_comb (scale * comb->offset, comb->type); in aff_combination_scale()
108 = wide_int_ext_for_comb (scale * comb->elts[i].coef, comb->type); in aff_combination_scale()
145 widest_int scale = wide_int_ext_for_comb (scale_in, comb->type); in aff_combination_add_elt()
153 = wide_int_ext_for_comb (comb->elts[i].coef + scale, comb->type); in aff_combination_add_elt()
204 c->offset = wide_int_ext_for_comb (c->offset + cst, c->type); in aff_combination_add_cst()
243 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
[all …]
H A DChangeLog-20171151 (wide_int_ext_for_comb): Delete.
1158 * tree-affine.c (wide_int_ext_for_comb): Make original widest_int
34229 * tree-affine.c (wide_int_ext_for_comb): Take type rather
H A DChangeLog-201440096 (wide_int_ext_for_comb): New.
40125 (wide_int_ext_for_comb): New.