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

/openjdk9/hotspot/src/share/vm/opto/
H A Dsubnode.hpp292 bool is_canonical( ) const { return (_test == BoolTest::ne || _test == BoolTest::lt || _test == BoolTest::le || _test == BoolTest::overflow); } function in struct:VALUE_OBJ_CLASS_SPEC
H A Dparse2.cpp1096 if (!BoolTest(btest).is_canonical()) {
1117 if (!BoolTest(btest).is_canonical()) {
1121 assert(BoolTest(btest).is_canonical(), "sanity");
H A Difnode.cpp1623 if( bt.is_canonical() )

Completed in 50 milliseconds