Searched refs:double_int_add (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Ddouble-int.h105 double_int double_int_add (double_int, double_int);
H A Ddouble-int.c187 double_int_add (double_int a, double_int b) function
H A Dtree-ssa-loop-niter.c1629 mmax = double_int_add (max, double_int_neg (cst));
1633 return double_int_add (bnd, cst);
1658 bnd = double_int_add (bnd, double_int_neg (cst));
H A Dtree-ssa-loop-ivopts.c2605 *mul = double_int_sext (double_int_add (p0, p1), precision);
H A Dexpr.c5801 tem = double_int_add (tem, tree_to_double_int (bit_offset));

Completed in 198 milliseconds