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

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.hpp229 //------------------------------LShiftVINode-----------------------------------
231 class LShiftVINode : public VectorNode { class in inherits:VectorNode
233 LShiftVINode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} function in class:LShiftVINode
H A Dvectornode.cpp279 case Op_LShiftVI: return new (C) LShiftVINode(n1, n2, vt);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1968 declare_c2_type(LShiftVINode, VectorNode) \

Completed in 44 milliseconds