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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp292 Constant::CompareResult x_compare_res = x_const->compare(cond, y_const); local
294 if (x_compare_res != Constant::not_comparable) {
296 return x_compare_res == Constant::cond_true ? tval : fval;

Completed in 39 milliseconds