Searched defs:uncast_in (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp588 Node* uncast_in = in->uncast(); local
589 if (uncast_in->is_top() || uncast_in == n)
619 Node* uncast_in = in->uncast(); local
620 if (uncast_in->is_top() || uncast_in == n)

Completed in 42 milliseconds