Lines Matching defs:r2
721 const TypeInt *r2 = t2->is_int(); // Handy access
723 if (!r2->is_con())
726 uint shift = r2->get_con();
740 MAX2(r1->_widen,r2->_widen));
830 const TypeInt *r2 = t2->is_int(); // Handy access
832 if (!r2->is_con())
835 uint shift = r2->get_con();
849 MAX2(r1->_widen,r2->_widen));
977 const TypeInt *r2 = t2->is_int(); // Handy access
981 if (r2->is_con()) {
982 uint shift = r2->get_con();
992 const TypeInt* ti = TypeInt::make(lo, hi, MAX2(r1->_widen,r2->_widen));
1003 if( !r1->is_con() || !r2->is_con() )
1007 return TypeInt::make( r1->get_con() >> (r2->get_con()&31) );
1039 const TypeInt *r2 = t2->is_int (); // Handy access
1043 if (r2->is_con()) {
1044 uint shift = r2->get_con();
1054 const TypeLong* tl = TypeLong::make(lo, hi, MAX2(r1->_widen,r2->_widen));
1187 const TypeInt *r2 = t2->is_int(); // Handy access
1189 if (r2->is_con()) {
1190 uint shift = r2->get_con();
1209 const TypeInt* ti = TypeInt::make(lo, hi, MAX2(r1->_widen,r2->_widen));
1316 const TypeInt *r2 = t2->is_int (); // Handy access
1318 if (r2->is_con()) {
1319 uint shift = r2->get_con();
1340 const TypeLong* tl = TypeLong::make(lo, hi, MAX2(r1->_widen,r2->_widen));