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

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

Completed in 90 milliseconds