Searched refs:OperandOffsets (Results 1 – 1 of 1) sorted by relevance
384 std::vector<int> OperandOffsets; in emitOperandTypeMappings() local388 OperandOffsets.push_back(CurrentOffset); in emitOperandTypeMappings()411 for (int I = 0, E = OperandOffsets.size(); I != E; ++I) in emitOperandTypeMappings()412 OS << " " << OperandOffsets[I] << ",\n"; in emitOperandTypeMappings()416 OperandOffsets.push_back(OperandRecords.size()); in emitOperandTypeMappings()426 if (I == OperandOffsets[CurOffset]) { in emitOperandTypeMappings()429 while (OperandOffsets[++CurOffset] == I) in emitOperandTypeMappings()