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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1890 const TypeInt* tyvalue = _gvn.type(yvalue)->isa_int(); local
1891 if (txvalue == NULL || tyvalue == NULL) return top();
1894 int widen = MAX2(txvalue->_widen, tyvalue->_widen);
2018 hi = MAX2(txvalue->_hi, tyvalue->_hi);
2019 lo = MAX2(txvalue->_lo, tyvalue->_lo);
2022 hi = MIN2(txvalue->_hi, tyvalue->_hi);
2023 lo = MIN2(txvalue->_lo, tyvalue->_lo);

Completed in 37 milliseconds