Searched refs:set_velt_type (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp308 void set_velt_type(Node* n, const Type* t) { int i = bb_idx(n); grow_node_info(i); _node_info.adr_at(i)->_velt_type = t; } function in class:SuperWord
H A Dsuperword.cpp1551 set_velt_type(ex, velt_type(def));
1789 set_velt_type(n, container_type(n));
1834 set_velt_type(in, vt);

Completed in 30 milliseconds