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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1233 const Type *tcmp = phase->type(cmp->in(2)); local
1234 if( tcmp != TypeInt::ZERO && tcmp != TypePtr::NULL_PTR ) {
1236 if( !(tcmp == TypeInt::ONE && phase->type(cmp->in(1)) == TypeInt::BOOL) )

Completed in 56 milliseconds