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

/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.cpp254 const Type *t_2 = phase->type( in2 ); local
255 if( t_sub1->singleton() && t_2->singleton() && t_sub1 != Type::TOP && t_2 != Type::TOP )
256 return new (phase->C) SubINode(phase->makecon( add_ring( t_sub1, t_2 ) ),
387 const Type *t_2 = phase->type( in2 ); local
388 if( t_sub1->singleton() && t_2->singleton() && t_sub1 != Type::TOP && t_2 != Type::TOP )
389 return new (phase->C) SubLNode(phase->makecon( add_ring( t_sub1, t_2 ) ),

Completed in 33 milliseconds