Searched refs:struct_inst (Results 1 – 4 of 4) sorted by relevance
316 const Instruction* const struct_inst = _.FindDef(result_type); in ValidateCompositeConstruct() local317 assert(struct_inst); in ValidateCompositeConstruct()318 assert(struct_inst->opcode() == SpvOpTypeStruct); in ValidateCompositeConstruct()320 if (struct_inst->operands().size() + 1 != num_operands) { in ValidateCompositeConstruct()329 const uint32_t member_type = struct_inst->word(operand_index); in ValidateCompositeConstruct()
650 Instruction* struct_inst = get_def_use_mgr()->GetDef(struct_id); in UpdateOpArrayLength() local651 uint32_t pointer_type_id = struct_inst->type_id(); in UpdateOpArrayLength()