Searched refs:DivDNode (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.hpp80 //------------------------------DivDNode---------------------------------------
82 class DivDNode : public Node { class in inherits:Node
84 DivDNode( Node *c, Node *dividend, Node *divisor ) : Node(c,dividend, divisor) {} function in class:DivDNode
H A Ddivnode.cpp743 // An DivDNode divides its inputs. The third input is a Control input, used to
745 const Type *DivDNode::Value( PhaseTransform *phase ) const {
795 Node *DivDNode::Identity( PhaseTransform *phase ) {
800 Node *DivDNode::Ideal(PhaseGVN *phase, bool can_reshape) {
H A Dparse2.cpp1948 c = _gvn.transform( new (C) DivDNode(0,a,b) );
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1818 declare_c2_type(DivDNode, Node) \

Completed in 150 milliseconds