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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp265 IfOp* x_ifop = x->as_IfOp(); local
266 if (x_ifop != NULL) { // x is an ifop, y is a constant
267 Constant* x_tval_const = x_ifop->tval()->subst()->as_Constant();
268 Constant* x_fval_const = x_ifop->fval()->subst()->as_Constant();
271 Instruction::Condition x_ifop_cond = x_ifop->cond();
285 return new IfOp(x_ifop->x(), x_ifop_cond, x_ifop->y(), new_tval, new_fval);

Completed in 85 milliseconds