Searched defs:idxtype (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ | ||
H A D | parse2.cpp | 98 const TypeInt* idxtype = _gvn.type(idx)->is_int(); local 102 if (idxtype->_hi < sizetype->_lo && idxtype->_lo >= 0) { |
Completed in 126 milliseconds