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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1229 const Type *tzero = phase->type( zero ); local
1242 if( tzero == TypeInt::ZERO ) {
1245 } else if( tzero == TypeInt::ONE ) {
1352 const Type *tzero = NULL; local
1354 case Op_CmpF: tzero = TypeF::ZERO; break; // Float ABS
1355 case Op_CmpD: tzero = TypeD::ZERO; break; // Double ABS
1362 if( phase->type(cmp->in(cmp_zero_idx)) == tzero ) {
1364 } else if( phase->type(cmp->in(3 - cmp_zero_idx)) == tzero ) {
1380 if( tzero == TypeF::ZERO ) {
1383 phase->type(sub->in(1)) != tzero ) retur
[all...]

Completed in 323 milliseconds