Searched refs:first_operand (Results 1 – 1 of 1) sorted by relevance
718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands() argument719 : InstructionOperands(num_operands), first_operand_(first_operand) {} in RangeInstructionOperands()