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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp448 static const TypeInt *CC_GE; // [0,1] == BOOL (!) member in class:TypeInt
H A Dtype.cpp249 TypeInt::CC_GE = TypeInt::make( 0, 1, WidenMin); // == TypeInt::BOOL member in class:TypeInt
264 assert( TypeInt::CC_GE == TypeInt::BOOL, "types must match for CmpL to work" );
1083 const TypeInt *TypeInt::CC_GE; // [0,1] == BOOL (!) member in class:TypeInt

Completed in 1010 milliseconds