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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp1173 const TypeInt* cmp2_type = phase->type(cmp2)->isa_int(); local
1174 if (cmp2_type == NULL) return NULL;
1176 if( cmp2_type == TypeInt::ZERO &&
1190 if( cmp2_type == TypeInt::ZERO &&
1207 ( cmp2_type == TypeInt::ZERO ) ) {
1217 cmp2_type == TypeInt::ZERO &&

Completed in 33 milliseconds