Searched refs:mty_inst (Results 1 – 3 of 3) sorted by relevance
115 Instruction* mty_inst = get_def_use_mgr()->GetDef(mty_id); in MatConvertCleanup() local116 if (mty_inst->opcode() != SpvOpTypeMatrix) return false; in MatConvertCleanup()117 uint32_t vty_id = mty_inst->GetSingleWordInOperand(0); in MatConvertCleanup()118 uint32_t v_cnt = mty_inst->GetSingleWordInOperand(1); in MatConvertCleanup()