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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp484 int stride_sign = (scale * iv_stride()) > 0 ? 1 : -1; local
488 int iv_adjustment_in_bytes = (stride_sign * vw - (offset % vw));

Completed in 40 milliseconds