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

/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp714 const TypeInt* failtype = filtered_int_type(phase, n, ctrl); local
715 if (failtype != NULL) {
718 failtype = failtype->join(type2)->is_int();
720 failtype = NULL;
724 if (failtype != NULL &&
726 int bound = failtype->_hi - failtype->_lo + 1;
727 if (failtype->_hi != max_jint && failtype
[all...]

Completed in 31 milliseconds