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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp902 int tmp_scale = val->value(); local
903 if (tmp_scale >= 0 && tmp_scale < 4) {
904 *log2_scale = tmp_scale;

Completed in 36 milliseconds