Searched refs:originalInputOpcode (Results 1 – 1 of 1) sorted by relevance
132 auto originalInputOpcode = acc_.GetOpCode(originalInput); in TryApplyRangeGuardGate() local134 if (originalInputOpcode == OpCode::LOAD_TYPED_ARRAY_LENGTH || in TryApplyRangeGuardGate()135 originalInputOpcode == OpCode::LOAD_ARRAY_LENGTH) { in TryApplyRangeGuardGate()137 … } else if(originalInputOpcode != OpCode::CONSTANT && rangeGuardGate == Circuit::NullGate()) { in TryApplyRangeGuardGate()