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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp510 return TypeInt::CC_GE;
541 return TypeInt::CC_GE; // bot >= 0
554 return TypeInt::CC_GE;
617 return TypeInt::CC_GE;
1055 if( CC == TypeInt::CC_GE ) {
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 55 milliseconds