Searched refs:RecordedOperands (Results 1 – 2 of 2) sorted by relevance
609 std::array<const MachineOperand *, 3> RecordedOperands; member
746 assert(StoreIdx < State.RecordedOperands.size() && "Index out of range"); in executeMatchTable()747 State.RecordedOperands[StoreIdx] = &State.MIs[InsnID]->getOperand(OpIdx); in executeMatchTable()