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

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.hpp149 //------------------------------SubVFNode--------------------------------------
151 class SubVFNode : public VectorNode { class in inherits:VectorNode
153 SubVFNode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} function in class:SubVFNode

Completed in 35 milliseconds