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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp343 const TypeInt* iv_trunc_t = NULL; local
344 if (!(incr = CountedLoopNode::match_incr_with_optional_truncation(incr, &trunc1, &trunc2, &iv_trunc_t))) {
380 if (!TypeInt::INT->higher_equal(iv_trunc_t)) {
391 // Truncation ensures value is in the range -32768..32767 (iv_trunc_t)
398 if (iv_trunc_t->_hi - phi_ft->_hi < stride_con ||
399 iv_trunc_t->_lo > phi_ft->_lo) {
403 if (iv_trunc_t->_lo - phi_ft->_lo > stride_con ||
404 iv_trunc_t->_hi < phi_ft->_hi) {

Completed in 53 milliseconds