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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp264 Constant* y_const = y->as_Constant(); local
265 if (y_const != NULL) {
274 Constant::CompareResult t_compare_res = x_tval_const->compare(cond, y_const);
275 Constant::CompareResult f_compare_res = x_fval_const->compare(cond, y_const);
293 Constant::CompareResult x_compare_res = x_const->compare(cond, y_const);

Completed in 248 milliseconds