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

/openjdk7/hotspot/src/share/vm/opto/
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

Completed in 48 milliseconds