Searched refs:con_left (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 ) { argument
71 if( con_left ) {
112 int con_left = t1->singleton(); local
116 if( commute(this,con_left,con_right) ) return this;
179 if( add2_op == this_op && !con_left ) {

Completed in 32 milliseconds