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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1217 const Type* tcon = _gvn.type(con); local
1219 bool have_con = tcon->singleton();
1224 tcon = tval;
1237 sharpen_type_after_if(btest, con, tcon, val, tval);
1269 Node* con, const Type* tcon,
1273 if (btest == BoolTest::eq && tcon->isa_klassptr()) {
1275 const TypeOopPtr* con_type = tcon->isa_klassptr()->as_instance_type();
1314 assert(tcon->singleton(), "");
1321 const Type* tboth = tcon->join(tval);
1323 if (tcon
1268 sharpen_type_after_if(BoolTest::mask btest, Node* con, const Type* tcon, Node* val, const Type* tval) argument
[all...]
H A Dsubnode.cpp172 const TypeInt* tcon = phase->type(in22)->isa_int(); local
173 if (tcon != NULL && tcon->is_con()) {
175 Node* neg_c0 = phase->intcon(- tcon->get_con());
300 const TypeLong* tcon = phase->type(in22)->isa_long(); local
301 if (tcon != NULL && tcon->is_con()) {
303 Node* neg_c0 = phase->longcon(- tcon->get_con());
H A Dparse.hpp540 Node* con, const Type* tcon,
H A Dmemnode.cpp3535 DEBUG_ONLY(const Type* tcon = phase->type(st->in(MemNode::ValueIn)));
3536 assert(con == tcon->is_int()->get_con(), "must be");

Completed in 60 milliseconds