Searched refs:num_operands (Results 1 – 1 of 1) sorted by relevance
703 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands() argument718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands() argument719 : InstructionOperands(num_operands), first_operand_(first_operand) {} in RangeInstructionOperands()734 size_t num_operands) in VarArgsInstructionOperands() argument735 : InstructionOperands(num_operands), operands_(operands) {} in VarArgsInstructionOperands()