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

/openjdk7/hotspot/src/share/vm/opto/
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 1153 milliseconds