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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp1097 Node* BoolNode::make_predicate(Node* test_value, PhaseGVN* phase) { argument
1098 if (test_value->is_Con()) return test_value;
1099 if (test_value->is_Bool()) return test_value;
1101 if (test_value->is_CMove() &&
1102 test_value->in(CMoveNode::Condition)->is_Bool()) {
1103 BoolNode* bol = test_value->in(CMoveNode::Condition)->as_Bool();
1104 const Type* ftype = phase->type(test_value->in(CMoveNode::IfFalse));
1105 const Type* ttype = phase->type(test_value
[all...]

Completed in 74 milliseconds