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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp508 return TypeInt::CC_LE;
539 return TypeInt::CC_LE; // 0 <= bot
559 return TypeInt::CC_LE;
615 return TypeInt::CC_LE;
1059 if( CC == TypeInt::CC_LE ) {
H A Dtype.hpp447 static const TypeInt *CC_LE; // [-1,0] member in class:TypeInt
H A Dtype.cpp248 TypeInt::CC_LE = TypeInt::make(-1, 0, WidenMin); member in class:TypeInt
1082 const TypeInt *TypeInt::CC_LE; // [-1,0] member in class:TypeInt

Completed in 384 milliseconds