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

/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.cpp253 const Type *t_sub1 = phase->type( in1->in(1) ); 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 ) ),
386 const Type *t_sub1 = phase->type( in1->in(1) ); 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 30 milliseconds