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

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

Completed in 33 milliseconds