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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopopts.cpp1581 const TypeInt* add2t = _igvn.type(add2)->is_int(); local
1582 if (add2t->is_con()) {
1583 return add2t->get_con();

Completed in 36 milliseconds