HomeSort by: relevance | last modified time | path
    Searched defs:aff_tree (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-affine.h 41 class aff_tree class
69 void aff_combination_const (aff_tree *, tree, const poly_widest_int &);
70 void aff_combination_elt (aff_tree *, tree, tree);
71 void aff_combination_scale (aff_tree *, const widest_int &);
72 void aff_combination_mult (aff_tree *, aff_tree *, aff_tree *);
73 void aff_combination_add (aff_tree *, aff_tree *);
74 void aff_combination_add_elt (aff_tree *, tree, const widest_int &)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-affine.h 41 class aff_tree class
69 void aff_combination_const (aff_tree *, tree, const poly_widest_int &);
70 void aff_combination_elt (aff_tree *, tree, tree);
71 void aff_combination_scale (aff_tree *, const widest_int &);
72 void aff_combination_mult (aff_tree *, aff_tree *, aff_tree *);
73 void aff_combination_add (aff_tree *, aff_tree *);
74 void aff_combination_add_elt (aff_tree *, tree, const widest_int &)
    [all...]

Completed in 49 milliseconds