Searched refs:MaxI (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dclasses.hpp166 macro(MaxI)
H A DidealKit.hpp185 Node* MaxI(Node* l, Node* r) { return transform(new (C) MaxINode(l, r)); } function in class:IdealKit
H A DgraphKit.hpp324 Node* MaxI(Node* l, Node* r) { return _gvn.transform(new (C) MaxINode(l, r)); } function in class:GraphKit

Completed in 60 milliseconds