Searched defs:t22 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.cpp181 const Type *t22 = phase->type( a22 ); local
182 if( t22->singleton() && t22 != Type::TOP && (add2 != add2->in(1)) &&
628 const Type *t22 = phase->type( add->in(2) ); local
629 if( t22->singleton() && (t22 != Type::TOP) ) { // Right input is an add of a constant?

Completed in 41 milliseconds