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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp446 static const TypeInt *CC_EQ; // [0] == ZERO member in class:TypeInt
H A Dtype.cpp247 TypeInt::CC_EQ = TypeInt::make( 0, 0, WidenMin); // == TypeInt::ZERO member in class:TypeInt
263 assert( TypeInt::CC_EQ == TypeInt::ZERO, "types must match for CmpL to work" );
1081 const TypeInt *TypeInt::CC_EQ; // [0] == ZERO member in class:TypeInt

Completed in 1170 milliseconds