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

/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.cpp63 static bool commute( Node *add, int con_left, int con_right ) {
69 if( con_right ) return false;
113 int con_right = t2->singleton(); local
116 if( commute(this,con_left,con_right) ) return this;
127 if( con_right && t2 != Type::TOP && // Right input is a constant?
161 if( add1_op == this_op && !con_right ) {

Completed in 544 milliseconds