Searched refs:OperandOffsets (Results 1 – 1 of 1) sorted by relevance
400 std::vector<int> OperandOffsets; in emitOperandTypeMappings() local404 OperandOffsets.push_back(CurrentOffset); in emitOperandTypeMappings()426 for (int I = 0, E = OperandOffsets.size(); I != E; ++I) { in emitOperandTypeMappings()428 OS << " " << OperandOffsets[I] << ",\n"; in emitOperandTypeMappings()433 OperandOffsets.push_back(OperandRecords.size()); in emitOperandTypeMappings()445 if (I == OperandOffsets[CurOffset]) { in emitOperandTypeMappings()447 while (OperandOffsets[++CurOffset] == I) in emitOperandTypeMappings()