Searched refs:LShiftVBNode (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.hpp213 //------------------------------LShiftVBNode-----------------------------------
215 class LShiftVBNode : public VectorNode { class in inherits:VectorNode
217 LShiftVBNode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} function in class:LShiftVBNode
H A Dvectornode.cpp277 case Op_LShiftVB: return new (C) LShiftVBNode(n1, n2, vt);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1966 declare_c2_type(LShiftVBNode, VectorNode) \

Completed in 43 milliseconds