Searched defs:f_compare_res (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp275 Constant::CompareResult f_compare_res = x_fval_const->compare(cond, y_const); local
278 if (t_compare_res != Constant::not_comparable && f_compare_res != Constant::not_comparable) {
280 Value new_fval = f_compare_res == Constant::cond_true ? tval : fval;

Completed in 35 milliseconds