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

  /src/external/gpl3/gcc/dist/gcc/
tree-affine.cc 140 aff_combination_add_elt (aff_tree *comb, tree elt, const widest_int &scale_in) function
216 aff_combination_add_elt (comb1, comb2->elts[i].val, comb2->elts[i].coef);
218 aff_combination_add_elt (comb1, comb2->rest, 1);
454 aff_combination_add_elt (comb, core, 1);
624 aff_combination_add_elt (r, aval, coef * c->elts[i].coef);
637 aff_combination_add_elt (r, aval, coef);
644 aff_combination_add_elt (r, val, coef * c->offset.coeffs[0]);
651 aff_combination_add_elt (r, val, coef);
832 aff_combination_add_elt (&curre, e, -scale);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-affine.cc 140 aff_combination_add_elt (aff_tree *comb, tree elt, const widest_int &scale_in) function
216 aff_combination_add_elt (comb1, comb2->elts[i].val, comb2->elts[i].coef);
218 aff_combination_add_elt (comb1, comb2->rest, 1);
454 aff_combination_add_elt (comb, core, 1);
624 aff_combination_add_elt (r, aval, coef * c->elts[i].coef);
637 aff_combination_add_elt (r, aval, coef);
644 aff_combination_add_elt (r, val, coef * c->offset.coeffs[0]);
651 aff_combination_add_elt (r, val, coef);
831 aff_combination_add_elt (&curre, e, -scale);

Completed in 14 milliseconds