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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp1096 //-------------------------------make_predicate--------------------------------
1097 Node* BoolNode::make_predicate(Node* test_value, PhaseGVN* phase) { function in class:BoolNode
1112 // It should be the case that make_predicate(bol->as_int_value()) == bol.
1122 // Inverse to make_predicate. The CMove probably boils down to a Conv2B.

Completed in 33 milliseconds