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

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

Completed in 35 milliseconds