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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.hpp275 bool is_canonical( ) const { return (_test == BoolTest::ne || _test == BoolTest::lt || _test == BoolTest::le); } function in struct:VALUE_OBJ_CLASS_SPEC
H A Dparse2.cpp1085 if (!BoolTest(btest).is_canonical()) {
1106 if (!BoolTest(btest).is_canonical()) {
1110 assert(BoolTest(btest).is_canonical(), "sanity");
H A Difnode.cpp1096 if( bt.is_canonical() )

Completed in 42 milliseconds