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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp682 const TypeInt* iv_type = phase->_igvn.type(phi)->is_int(); local
685 if (iv_type->_lo + next_stride <= iv_type->_lo || // overflow
686 iv_type->_lo + next_stride > iv_type->_hi) {
690 if (iv_type->_hi + next_stride >= iv_type->_hi || // overflow
691 iv_type->_hi + next_stride < iv_type->_lo) {

Completed in 48 milliseconds