Lines Matching defs:instrValue
426 void ArrayBoundsCheckElimination::GetInstrAndConstValueFromOp(GateRef gate, GateRef& instrValue, int& constValue)
430 instrValue = gate;
433 instrValue = Circuit::NullGate();
453 instrValue = Circuit::NullGate();
458 instrValue = other;
511 GateRef instrValue, int constValue)
516 if (constValue == INT_MAX && instrValue == Circuit::NullGate()) {
523 if (constValue == INT_MIN && instrValue == Circuit::NullGate()) {
528 Bound *bound = chunk_->New<Bound>(op, instrValue, constValue);
539 GateRef instrValue;
540 GetInstrAndConstValueFromOp(y, instrValue, constValue);
541 UpdateBound(pushed, x, op, instrValue, constValue);