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

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

Completed in 37 milliseconds