Searched refs:OtherInsnID (Results 1 – 1 of 1) sorted by relevance
946 uint64_t OtherInsnID = readULEB(); in executeMatchTable() local951 << OtherInsnID << "][" << OtherOpIdx << "])\n"); in executeMatchTable()953 assert(State.MIs[OtherInsnID] != nullptr && "Used insn before defined"); in executeMatchTable()956 MachineOperand &OtherOp = State.MIs[OtherInsnID]->getOperand(OtherOpIdx); in executeMatchTable()