Lines Matching refs:TOP
127 if( con_right && t2 != Type::TOP && // Right input is a constant?
132 if( t12->singleton() && t12 != Type::TOP ) { // Left input is an add of a constant?
164 if( t12->singleton() && t12 != Type::TOP && (add1 != add1->in(1)) &&
182 if( t22->singleton() && t22 != Type::TOP && (add2 != add2->in(1)) &&
207 // Either input is TOP ==> the result is TOP
210 if( t1 == Type::TOP ) return Type::TOP;
211 if( t2 == Type::TOP ) return Type::TOP;
255 if( t_sub1->singleton() && t_2->singleton() && t_sub1 != Type::TOP && t_2 != Type::TOP )
316 if( t_in11 != Type::TOP && (t_in11->is_int()->_lo >= -(y << z)) ) {
342 // to be passed a TOP or BOTTOM type, these are filtered out by
388 if( t_sub1->singleton() && t_2->singleton() && t_sub1 != Type::TOP && t_2 != Type::TOP )
460 // to be passed a TOP or BOTTOM type, these are filtered out by
506 // be passed a TOP or BOTTOM type, these are filtered out by pre-check.
543 // be passed a TOP or BOTTOM type, these are filtered out by pre-check.
572 if( phase->type( in(Address) ) == Type::TOP ) return NULL;
583 if( t == Type::TOP ) return NULL;
588 if( temp_t2 == Type::TOP ) return NULL;
614 if( in(Base)->bottom_type() == Type::TOP ) {
629 if( t22->singleton() && (t22 != Type::TOP) ) { // Right input is an add of a constant?
649 if( !tp ) return Type::TOP; // TOP input means TOP output
652 if( t == Type::TOP )
664 // Either input is TOP ==> the result is TOP
667 if( t1 == Type::TOP ) return Type::TOP;
668 if( t2 == Type::TOP ) return Type::TOP;
750 // be passed a TOP or BOTTOM type, these are filtered out by pre-check.
805 // be passed a TOP or BOTTOM type, these are filtered out by pre-check.
873 if( t == Type::TOP ) return NULL; // No progress
885 if( t == Type::TOP ) return NULL; // No progress
902 if( t == Type::TOP ) return NULL; // No progress