Searched refs:RecordedTypes (Results 1 – 2 of 2) sorted by relevance
639 SmallVector<LLT, 4> RecordedTypes; member
99 return State.RecordedTypes[1 - Idx]; in executeMatchTable()802 if (State.RecordedTypes.size() <= (uint64_t)TypeIdx) in executeMatchTable()803 State.RecordedTypes.resize(TypeIdx + 1, LLT()); in executeMatchTable()804 State.RecordedTypes[TypeIdx] = MRI.getType(Op.getReg()); in executeMatchTable()