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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.cpp1088 const TypeInt *t_x = phase->type(x)->isa_int(); local
1089 if( t_x != NULL && 0 <= t_x->_lo && t_x->_hi <= (max_jint>>LogBytesPerWord) ) {

Completed in 34 milliseconds