Searched refs:chrec_fold_plus (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-chrec.c74 chrec_fold_plus (type, CHREC_LEFT (poly), cst),
120 chrec_fold_plus (type, poly0, CHREC_LEFT (poly1)),
137 chrec_fold_plus (type, CHREC_LEFT (poly0), poly1),
148 left = chrec_fold_plus
150 right = chrec_fold_plus
213 t1 = chrec_fold_plus (type, t1, chrec_fold_multiply (type,
216 t1 = chrec_fold_plus (type, t1, chrec_fold_multiply (type,
275 chrec_fold_plus (type, CHREC_LEFT (op0), op1),
291 chrec_fold_plus (type, op0, CHREC_LEFT (op1)),
323 chrec_fold_plus (tre
321 chrec_fold_plus (tree type, function
[all...]
H A Dtree-chrec.h69 extern tree chrec_fold_plus (tree, tree, tree);
H A Dtree-scalar-evolution.c690 right = chrec_fold_plus (type, right, to_add);
901 res = chrec_fold_plus (type, res, build_int_cst (type, 1));
1641 res = chrec_fold_plus (type, chrec10, chrec11);
1860 expr = chrec_fold_plus (TREE_TYPE (expr), new0, new1);
2265 chrec = chrec_fold_plus (type, op0, op1);
H A Dtree-data-ref.c2769 TREE_VEC_ELT (*overlaps_a, 0) = chrec_fold_plus (integer_type_node,
2771 *overlaps_b = chrec_fold_plus (integer_type_node, t2, t3);
2782 TREE_VEC_ELT (*overlaps_a, 1) = chrec_fold_plus (integer_type_node,
2784 *overlaps_b = chrec_fold_plus (integer_type_node, t2, t3);
2801 TREE_VEC_ELT (*overlaps_a, 0) = chrec_fold_plus (integer_type_node,
2803 TREE_VEC_ELT (*overlaps_a, 1) = chrec_fold_plus (integer_type_node,
2805 *overlaps_b = chrec_fold_plus (integer_type_node, t4, t5);

Completed in 138 milliseconds