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

/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.cpp126 int this_op = Opcode(); local
128 add1_op == this_op ) { // Left input is an Add?
139 || (add11_op == this_op && add11->in(1) == add1) ) {
161 if( add1_op == this_op && !con_right ) {
179 if( add2_op == this_op && !con_left ) {

Completed in 31 milliseconds