Lines Matching refs:operand_index
227 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
228 ++operand_index) { in ValidateCompositeConstruct()
229 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct()
268 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
269 ++operand_index) { in ValidateCompositeConstruct()
270 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct()
303 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
304 ++operand_index) { in ValidateCompositeConstruct()
305 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct()
326 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
327 ++operand_index) { in ValidateCompositeConstruct()
328 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct()
329 const uint32_t member_type = struct_inst->word(operand_index); in ValidateCompositeConstruct()