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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp500 return TypeInt::CC_LT;
548 return TypeInt::CC_LT; // smaller
558 return TypeInt::CC_LT;
569 return TypeInt::CC_LT;
607 return TypeInt::CC_LT;
961 return TypeInt::CC_LT;
963 if( tf1->_f < tf2->_f ) return TypeInt::CC_LT;
991 return TypeInt::CC_LT;
993 if( td1->_d < td2->_d ) return TypeInt::CC_LT;
H A Dtype.hpp444 static const TypeInt *CC_LT; // [-1] == MINUS_1 member in class:TypeInt
H A Dtype.cpp245 TypeInt::CC_LT = TypeInt::make(-1,-1, WidenMin); // == TypeInt::MINUS_1 member in class:TypeInt
261 assert( TypeInt::CC_LT == TypeInt::MINUS_1, "types must match for CmpL to work" );
1079 const TypeInt *TypeInt::CC_LT; // [-1] == MINUS_1 member in class:TypeInt

Completed in 53 milliseconds