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

/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp797 const Type *phi1_t = phase->type( phi->in(1) ); local
800 if( phi1_t == TypeInt::ZERO ) {
805 if( phi1_t != TypeInt::ONE ) return NULL;

Completed in 1099 milliseconds