Home | History | Annotate | Download | only in optimizing

Lines Matching defs:constant_

37         constant_ = instr_const + constant;
42 constant_ = constant;
109 int32_t GetConstant() const { return constant_; }
126 return instruction_ == bound.instruction_ && constant_ == bound.constant_;
161 return constant_ >= bound.constant_;
170 return constant_ <= bound.constant_;
217 if (constant_ > INT_MAX - c) {
222 new_constant = constant_ + c;
231 if (constant_ < INT_MIN - c) {
236 new_constant = constant_ + c;
250 int32_t constant_;