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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp291 Constant* x_const = x->as_Constant(); local
292 if (x_const != NULL) { // x and y are constants
293 Constant::CompareResult x_compare_res = x_const->compare(cond, y_const);

Completed in 33 milliseconds