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

/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.cpp587 const Type *temp_t2 = phase->type( in(Offset) ); local
588 if( temp_t2 == Type::TOP ) return NULL;
589 const TypeX *t2 = temp_t2->is_intptr_t();

Completed in 32 milliseconds