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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp648 Node *bot_in = NULL; local
649 if( check_compare_clipping( true, bot_if, min, bot_in ) &&
651 if( bot_in == top_in ) {
654 // Only remaining check is that bot_in == top_in == (Phi's val + mods)
659 convf2i->in(1) == bot_in ) {

Completed in 40 milliseconds