Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp426 void ArrayBoundsCheckElimination::GetInstrAndConstValueFromOp(GateRef gate, GateRef& instrValue, int& constValue) in GetInstrAndConstValueFromOp() argument
430 instrValue = gate; in GetInstrAndConstValueFromOp()
433 instrValue = Circuit::NullGate(); in GetInstrAndConstValueFromOp()
453 instrValue = Circuit::NullGate(); in GetInstrAndConstValueFromOp()
458 instrValue = other; in GetInstrAndConstValueFromOp()
511 GateRef instrValue, int constValue) in UpdateBound()
516 if (constValue == INT_MAX && instrValue == Circuit::NullGate()) { in UpdateBound()
523 if (constValue == INT_MIN && instrValue == Circuit::NullGate()) { in UpdateBound()
528 Bound *bound = chunk_->New<Bound>(op, instrValue, constValue); in UpdateBound()
539 GateRef instrValue; in AddIfCondition() local
510 UpdateBound(IntegerStack &pushed, GateRef x, TypedBinOp op, GateRef instrValue, int constValue) UpdateBound() argument
[all...]
H A Darray_bounds_check_elimination.h145 void GetInstrAndConstValueFromOp(GateRef gate, GateRef &instrValue, int& constValue);

Completed in 2 milliseconds