Searched refs:OperandOffsets (Results 1 – 1 of 1) sorted by relevance
392 std::vector<size_t> OperandOffsets; in emitOperandTypeMappings() local396 OperandOffsets.push_back(CurrentOffset); in emitOperandTypeMappings()418 for (const auto &[Idx, Offset] : enumerate(OperandOffsets)) in emitOperandTypeMappings()423 OperandOffsets.push_back(OperandRecords.size()); in emitOperandTypeMappings()436 if (Idx == OperandOffsets[CurOffset]) { in emitOperandTypeMappings()438 while (OperandOffsets[++CurOffset] == Idx) in emitOperandTypeMappings()