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

/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.hpp67 //------------------------------DivFNode---------------------------------------
69 class DivFNode : public Node { class in inherits:Node
71 DivFNode( Node *c, Node *dividend, Node *divisor ) : Node(c, dividend, divisor) {} function in class:DivFNode
H A Ddivnode.cpp655 // An DivFNode divides its inputs. The third input is a Control input, used to
657 const Type *DivFNode::Value( PhaseTransform *phase ) const {
700 Node *DivFNode::Identity( PhaseTransform *phase ) {
706 Node *DivFNode::Ideal(PhaseGVN *phase, bool can_reshape) {
H A Dparse2.cpp1819 c = _gvn.transform( new (C) DivFNode(0,a,b) );
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1817 declare_c2_type(DivFNode, Node) \

Completed in 54 milliseconds