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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.hpp164 const Type *mul_id() const { return TypeInt::MINUS_1; }
181 const Type *mul_id() const { return TypeLong::MINUS_1; }
H A Dtype.hpp439 static const TypeInt *MINUS_1; member in class:TypeInt
444 static const TypeInt *CC_LT; // [-1] == MINUS_1
495 static const TypeLong *MINUS_1; member in class:TypeLong
H A Dtype.cpp240 TypeInt::MINUS_1 = TypeInt::make(-1); // -1 member in class:TypeInt
245 TypeInt::CC_LT = TypeInt::make(-1,-1, WidenMin); // == TypeInt::MINUS_1
261 assert( TypeInt::CC_LT == TypeInt::MINUS_1, "types must match for CmpL to work" );
267 TypeLong::MINUS_1 = TypeLong::make(-1); // -1 member in class:TypeLong
1074 const TypeInt *TypeInt::MINUS_1;// -1 member in class:TypeInt
1079 const TypeInt *TypeInt::CC_LT; // [-1] == MINUS_1
1340 const TypeLong *TypeLong::MINUS_1;// -1 member in class:TypeLong
H A Dmulnode.cpp997 if (r1->_hi < 0) assert(ti == TypeInt::MINUS_1, ">>31 of - is -1");
1059 if (r1->_hi < 0) assert(tl == TypeLong::MINUS_1, ">>63 of - is -1");

Completed in 80 milliseconds