Searched refs:DivLNode (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.hpp54 //------------------------------DivLNode---------------------------------------
56 class DivLNode : public Node { class in inherits:Node
58 DivLNode( Node *c, Node *dividend, Node *divisor ) : Node(c, dividend, divisor ) {} function in class:DivLNode
H A Ddivnode.cpp557 Node *DivLNode::Identity( PhaseTransform *phase ) {
563 Node *DivLNode::Ideal( PhaseGVN *phase, bool can_reshape) {
588 // A DivLNode divides its inputs. The third input is a Control input, used to
590 const Type *DivLNode::Value( PhaseTransform *phase ) const {
H A Dparse2.cpp2063 c = _gvn.transform( new (C) DivLNode(control(),a,b) );
H A Dloopnode.cpp979 Node *trip = phase->transform(new (phase->C) DivLNode(0, bias, stride));
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1816 declare_c2_type(DivLNode, Node) \

Completed in 201 milliseconds