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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vrp.c1467 vrp_int_const_binop (enum tree_code code, tree val1, tree val2) function
1778 min = vrp_int_const_binop (code, vr0.min, vr1.min);
1779 max = vrp_int_const_binop (code, vr0.max, vr1.max);
1831 val[0] = vrp_int_const_binop (code, vr0.min, vr1.min);
1839 val[1] = vrp_int_const_binop (code, vr0.min, vr1.max);
1848 val[2] = vrp_int_const_binop (code, vr0.max, vr1.min);
1857 val[3] = vrp_int_const_binop (code, vr0.max, vr1.max);
1918 min = vrp_int_const_binop (code, vr0.min, vr1.max);
1919 max = vrp_int_const_binop (code, vr0.max, vr1.min);

Completed in 103 milliseconds