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

/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.cpp377 jlong andconl = andconl_t->get_con(); local
378 if( andconl < 0 && is_power_of_2_long(-andconl) && (-andconl) >= d ) {
379 if( (-andconl) == d ) // Remove AND if it clears bits which will be shifted

Completed in 42 milliseconds