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

/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.hpp93 //------------------------------ModINode---------------------------------------
95 class ModINode : public Node { class in inherits:Node
97 ModINode( Node *c, Node *in1, Node *in2 ) : Node(c,in1, in2) {} function in class:ModINode
H A Ddivnode.cpp837 Node *ModINode::Ideal(PhaseGVN *phase, bool can_reshape) {
967 const Type *ModINode::Value( PhaseTransform *phase ) const {
H A Dparse2.cpp724 push( _gvn.transform( new (C) ModINode(control(),a,b) ) );
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1819 declare_c2_type(ModINode, Node) \

Completed in 53 milliseconds