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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.cpp1108 int in1_op = in(1)->Opcode(); local
1111 if( in1_op == Op_URShiftI ) {
1127 if( in1_op == Op_AddI ) {
1141 if( in1_op == Op_AndI ) {
1157 if( in1_op == Op_LShiftI &&

Completed in 35 milliseconds