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

  /src/external/gpl3/gcc/dist/gcc/
tree-affine.cc 90 aff_combination_scale (aff_tree *comb, const widest_int &scale_in) function
285 aff_combination_scale (&tmp, -1);
293 aff_combination_scale (comb, wi::to_widest (op1));
298 aff_combination_scale (comb, -1);
304 aff_combination_scale (comb, -1);
833 aff_combination_scale (&current, scale);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-affine.cc 90 aff_combination_scale (aff_tree *comb, const widest_int &scale_in) function
286 aff_combination_scale (&tmp, -1);
294 aff_combination_scale (comb, wi::to_widest (op1));
299 aff_combination_scale (comb, -1);
305 aff_combination_scale (comb, -1);
832 aff_combination_scale (&current, scale);

Completed in 21 milliseconds