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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.cpp101 const Type *tcon01 = ((MulNode*)mul1)->mul_ring(t2,t12); local
102 if( tcon01->singleton() ) {
105 set_req(2, phase->makecon( tcon01 ));
106 t2 = tcon01;
120 const Type *tcon01 = mul_ring(t2,t12); local
121 if( tcon01->singleton() ) {
130 add2->set_req(2, phase->makecon(tcon01) );

Completed in 36 milliseconds