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

/openjdk9/hotspot/src/share/vm/opto/
H A Dtype.hpp551 static const TypeInt *MINUS_1; member in class:TypeInt
616 static const TypeLong *MINUS_1; member in class:TypeLong
H A Dtype.cpp445 TypeInt::MINUS_1 = TypeInt::make(-1); // -1 member in class:TypeInt
473 TypeLong::MINUS_1 = TypeLong::make(-1); // -1 member in class:TypeLong
1292 const TypeInt *TypeInt::MINUS_1;// -1 member in class:TypeInt
1561 const TypeLong *TypeLong::MINUS_1;// -1 member in class:TypeLong

Completed in 110 milliseconds