Lines Matching refs:OpCode
30 case OpCode::VALUE_SELECTOR: in VisitGate()
31 case OpCode::TYPED_BINARY_OP: in VisitGate()
32 case OpCode::TYPED_UNARY_OP: in VisitGate()
33 case OpCode::INDEX_CHECK: { in VisitGate()
36 case OpCode::DEPEND_SELECTOR: { in VisitGate()
134 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()
168 if (lhsOpcode == OpCode::INDEX_CHECK) { in CheckIndexCheckLengthInput()
171 …if (indexCheckLengthInput == rhs && indexCheckLengthInputOpcode == OpCode::LOAD_TYPED_ARRAY_LENGTH… in CheckIndexCheckLengthInput()
173 …} else if (indexCheckLengthInput == rhs && indexCheckLengthInputOpcode == OpCode::LOAD_ARRAY_LENGT… in CheckIndexCheckLengthInput()
183 if (lhsOpcode == OpCode::INDEX_CHECK) { in CheckIndexCheckIndexInput()
188 …if (indexCheckIndexInput == rhs && indexCheckLengthInputOpcode == OpCode::LOAD_TYPED_ARRAY_LENGTH)… in CheckIndexCheckIndexInput()
190 …} else if (indexCheckIndexInput == rhs && indexCheckLengthInputOpcode == OpCode::LOAD_ARRAY_LENGTH… in CheckIndexCheckIndexInput()