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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp86 VectorS, // 32bit Vector types enumerator in enum:Type::TYPES
635 TypeVectS(const Type* elem, uint length) : TypeVect(VectorS, elem, length) {}
1205 assert( _base >= VectorS && _base <= VectorY, "Not a Vector" );
1210 return (_base >= VectorS && _base <= VectorY) ? (TypeVect*)this : NULL;

Completed in 34 milliseconds