Searched defs:PopCountINode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dconnode.hpp682 //---------- PopCountINode -----------------------------------------------------
684 class PopCountINode : public CountBitsNode { class in inherits:CountBitsNode
686 PopCountINode(Node* in1) : CountBitsNode(in1) {} function in class:PopCountINode

Completed in 26 milliseconds