Searched refs:chrec_fold_multiply (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-chrec.c86 chrec_fold_multiply (type, CHREC_LEFT (poly), cst),
87 chrec_fold_multiply (type, CHREC_RIGHT (poly), cst));
126 chrec_fold_multiply (type, CHREC_RIGHT (poly1),
195 chrec_fold_multiply (type, CHREC_LEFT (poly1), poly0),
202 chrec_fold_multiply (type, CHREC_LEFT (poly0), poly1),
209 t0 = chrec_fold_multiply (type, CHREC_LEFT (poly0), CHREC_LEFT (poly1));
212 t1 = chrec_fold_multiply (type, CHREC_LEFT (poly0), CHREC_RIGHT (poly1));
213 t1 = chrec_fold_plus (type, t1, chrec_fold_multiply (type,
216 t1 = chrec_fold_plus (type, t1, chrec_fold_multiply (type,
220 t2 = chrec_fold_multiply (typ
357 chrec_fold_multiply (tree type, function
[all...]
H A Dtree-chrec.h71 extern tree chrec_fold_multiply (tree, tree, tree);
H A Dtree-scalar-evolution.c877 to_add = chrec_fold_multiply (type, to_add, SCALAR_FLOAT_TYPE_P (type)
1659 res = chrec_fold_multiply (type, chrec10,
1670 res = chrec_fold_multiply (type, chrec10, chrec11);
2305 chrec = chrec_fold_multiply (type, op0, op1);

Completed in 100 milliseconds