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