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

/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.cpp584 const TypeX *t12 = t->is_intptr_t();
589 const TypeX *t2 = temp_t2->is_intptr_t();
654 const TypeX *tx = t->is_intptr_t();
673 const TypeX *p2 = t2->is_intptr_t();
H A Dmachnode.cpp279 const TypeX* ti = t_index->isa_intptr_t();
299 const TypeX *t_offset = t_base->is_intptr_t();
H A Dtype.hpp1315 #define TypeX TypeLong macro
1359 #define TypeX TypeInt
H A Dconnode.cpp1068 const TypeX* tl = t->is_intptr_t();
1130 return TypeX::make(bits);
H A Dmemnode.cpp2627 return phase->type(in(2))->higher_equal(TypeX::ZERO) ? in(1) : this;
2634 const TypeX* t = phase->type(in(2))->isa_intptr_t();
H A Dlibrary_call.cpp2072 const TypeX* offset_type = _gvn.type(offset)->isa_intptr_t();
2149 const TypeX* otype = offset->find_intptr_t_type();

Completed in 82 milliseconds