Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-affine.cc107 widest_int new_coef in aff_combination_scale() local
111 if (new_coef == 0) in aff_combination_scale()
113 comb->elts[j].coef = new_coef; in aff_combination_scale()
152 widest_int new_coef in aff_combination_add_elt() local
154 if (new_coef != 0) in aff_combination_add_elt()
156 comb->elts[i].coef = new_coef; in aff_combination_add_elt()