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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp306 const Type* velt_type(Node* n) { return _node_info.adr_at(bb_idx(n))->_velt_type; } function in class:SuperWord
307 BasicType velt_basic_type(Node* n) { return velt_type(n)->array_element_basic_type(); }

Completed in 32 milliseconds