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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_RangeCheckElimination.cpp244 int const_value = x->as_Constant()->type()->as_IntConstant()->value(); local
245 if (ao->op() == Bytecodes::_iadd || const_value != min_jint) {
247 const_value = -const_value;
252 int new_lower = bound->lower() + const_value;
253 jlong new_lowerl = ((jlong)bound->lower()) + const_value;
254 int new_upper = bound->upper() + const_value;
255 jlong new_upperl = ((jlong)bound->upper()) + const_value;
726 int const_value = 0; local
732 const_value
[all...]
H A Dc1_Canonicalizer.cpp922 long const_value; local
928 const_value = val->value();
935 const_value = val->value();
943 switch (const_value) {
H A Dc1_RangeCheckElimination.hpp91 bool check_no_overflow(int const_value);

Completed in 95 milliseconds