Searched refs:CC_GT (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp502 return TypeInt::CC_GT;
550 return TypeInt::CC_GT; // greater
609 return TypeInt::CC_GT;
648 return TypeInt::CC_GT; // different pointers
686 return TypeInt::CC_GT;
698 return bits0 == r1->get_con() ? TypeInt::CC_EQ : TypeInt::CC_GT;
699 return ( r1->_ptr == TypePtr::NotNull && bits0==0 ) ? TypeInt::CC_GT : TypeInt::CC;
702 return ( r0->_ptr == TypePtr::NotNull && bits1==0 ) ? TypeInt::CC_GT : TypeInt::CC;
914 return TypeInt::CC_GT;
926 return bits0 == r1->get_con() ? TypeInt::CC_EQ : TypeInt::CC_GT;
[all...]
H A Dtype.hpp445 static const TypeInt *CC_GT; // [1] == ONE member in class:TypeInt
H A Dtype.cpp246 TypeInt::CC_GT = TypeInt::make( 1, 1, WidenMin); // == TypeInt::ONE member in class:TypeInt
262 assert( TypeInt::CC_GT == TypeInt::ONE, "types must match for CmpL to work" );
1080 const TypeInt *TypeInt::CC_GT; // [1] == ONE member in class:TypeInt
H A Descape.cpp1707 // Add ConI(#CC_GT) and ConI(#CC_EQ).
1708 _pcmp_neq = igvn->makecon(TypeInt::CC_GT);

Completed in 87 milliseconds