Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-affine.cc210 aff_combination_add (aff_tree *comb1, aff_tree *comb2) in aff_combination_add() argument
214 aff_combination_add_cst (comb1, comb2->offset); in aff_combination_add()
216 aff_combination_add_elt (comb1, comb2->elts[i].val, comb2->elts[i].coef); in aff_combination_add()
218 aff_combination_add_elt (comb1, comb2->rest, 1); in aff_combination_add()