Lines Matching defs:comb
54 aff_combination_zero (aff_tree *comb, tree type) in aff_combination_zero()
68 aff_combination_const (aff_tree *comb, tree type, const poly_widest_int &cst) in aff_combination_const()
77 aff_combination_elt (aff_tree *comb, tree type, tree elt) in aff_combination_elt()
89 aff_combination_scale (aff_tree *comb, const widest_int &scale_in) in aff_combination_scale()
139 aff_combination_add_elt (aff_tree *comb, tree elt, const widest_int &scale_in) in aff_combination_add_elt()
223 aff_combination_convert (aff_tree *comb, tree type) in aff_combination_convert()
379 tree_to_aff_combination (tree expr, tree type, aff_tree *comb) in tree_to_aff_combination()
517 aff_combination_to_tree (aff_tree *comb) in aff_combination_to_tree()
567 unshare_aff_combination (aff_tree *comb) in unshare_aff_combination()
580 aff_combination_remove_elt (aff_tree *comb, unsigned m) in aff_combination_remove_elt()
679 aff_combination_find_elt (aff_tree *comb, tree val, unsigned *idx) in aff_combination_find_elt()
841 tree_to_aff_combination_expand (tree expr, tree type, aff_tree *comb, in tree_to_aff_combination_expand()