Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-scalar-evolution.c1401 aff_tree aff1, aff2; in simplify_peeled_chrec() local
1431 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1433 aff_combination_scale (&aff2, -1); in simplify_peeled_chrec()
1434 aff_combination_add (&aff1, &aff2); in simplify_peeled_chrec()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-loop-ivopts.c3866 compare_aff_trees (aff_tree *aff1, aff_tree *aff2) in compare_aff_trees() argument
3870 if (aff1->n != aff2->n) in compare_aff_trees()
3875 if (double_int_cmp (aff1->elts[i].coef, aff2->elts[i].coef, 0) != 0) in compare_aff_trees()
3878 if (!operand_equal_p (aff1->elts[i].val, aff2->elts[i].val, 0)) in compare_aff_trees()