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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp456 static const TypeInt *SYMINT; // symmetric range [-max_jint..max_jint] member in class:TypeInt
H A Dsubnode.cpp1219 phase->type( cmp1->in(2) )->higher_equal(TypeInt::SYMINT) ) {
H A Dtype.cpp257 TypeInt::SYMINT = TypeInt::make(-max_jint,max_jint,WidenMin); // symmetric range member in class:TypeInt
1091 const TypeInt *TypeInt::SYMINT; // symmetric range [-max_jint..max_jint] member in class:TypeInt

Completed in 1639 milliseconds