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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp643 _max_value = Expr::Zero;
652 _max_value = Expr::Zero;
657 _max_value = intval;
663 _max_value = Expr::Max;
671 _max_value = max_value;
673 assert(_max_value >= 0 && _max_value <= Expr::Max, "value out of range");
681 cost->_max_value = _max_value;
696 _max_value
[all...]
H A Dforms.hpp517 int _max_value; member in class:Expr
525 bool is_zero() const { return (_min_value == Expr::Zero && _max_value == Expr::Zero); }
526 bool less_than_or_equal(const Expr *c) const { return (_max_value <= c->_min_value); }

Completed in 26 milliseconds