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

/openjdk9/hotspot/src/share/vm/opto/
H A Dcastnode.cpp199 int hi_int = (int)hi_long; local
204 if (hi_long != (jlong)hi_int) {
205 hi_int = max_jint;
208 t = TypeInt::make(lo_int, hi_int, Type::WidenMax);
H A Dsubnode.cpp1317 int hi_int = (int)hi_long; local
1319 bool overflow = hi_long != (jlong)hi_int;
1320 if ((underflow != overflow) && (hi_int < lo_int)) {
1322 // tr1 [MIN_INT, hi_int] and tr2 [lo_int, MAX_INT]
1324 const TypeInt* tr1 = TypeInt::make(min_jint, hi_int, w);

Completed in 92 milliseconds