Home
last modified time | relevance | path

Searched refs:originalInput (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_guard.cpp131 auto originalInput = acc_.GetValueIn(gate, i); in TryApplyRangeGuardGate() local
132 auto originalInputOpcode = acc_.GetOpCode(originalInput); in TryApplyRangeGuardGate()
136 rangeGuardGate = TryApplyRangeGuardForLength(dependChain, gate, originalInput); in TryApplyRangeGuardGate()
138 rangeGuardGate = TryApplyRangeGuardForIndex(dependChain, gate, originalInput); in TryApplyRangeGuardGate()