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

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

Completed in 35 milliseconds