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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp267 Constant* x_tval_const = x_ifop->tval()->subst()->as_Constant(); local
270 if (x_tval_const != NULL && x_fval_const != NULL) {
273 Constant::CompareResult t_compare_res = x_tval_const->compare(cond, y_const);

Completed in 91 milliseconds