Searched refs:toArrayIndex (Results 1 – 12 of 12) sorted by relevance
88 return Records[Index.toArrayIndex()].Offset; in getOffsetOfType()98 return Records[Index.toArrayIndex()].Type; in getType()111 return Records[Index.toArrayIndex()].Type; in tryGetType()127 uint32_t I = Index.toArrayIndex(); in getTypeName()140 if (Records.size() <= Index.toArrayIndex()) in contains()142 if (!Records[Index.toArrayIndex()].Type.valid()) in contains()160 uint32_t MinSize = Index.toArrayIndex() + 1; in ensureCapacityFor()242 uint32_t Offset = Records[LargestTypeIndex.toArrayIndex()].Offset; in fullScanForType()252 auto Idx = CurrentTI.toArrayIndex(); in fullScanForType()273 auto Idx = Begin.toArrayIndex(); in visitRange()
33 if (Prev.toArrayIndex() == size()) in getNext()39 assert(Index.toArrayIndex() < Records.size()); in getType()40 ArrayRef<uint8_t> Bytes = Records[Index.toArrayIndex()]; in getType()51 uint32_t I = Index.toArrayIndex(); in getTypeName()60 return Index.toArrayIndex() <= size(); in contains()
57 Type.RecordData = SeenRecords[Index.toArrayIndex()]; in getType()72 return Index.toArrayIndex() < SeenRecords.size(); in contains()111 Record = SeenRecords[ActualTI.toArrayIndex()]; in insertRecordAs()
55 Type.RecordData = SeenRecords[Index.toArrayIndex()]; in getType()70 return Index.toArrayIndex() < SeenRecords.size(); in contains()
58 if (TI.isSimple() || TI.isNoneType() || TI.toArrayIndex() >= Prev.size()) { in hashType()62 BytesToHash = Prev[TI.toArrayIndex()].Hash; in hashType()
57 Type.RecordData = SeenRecords[Index.toArrayIndex()]; in getType()75 return Index.toArrayIndex() < SeenRecords.size(); in contains()
381 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType()
118 uint32_t toArrayIndex() const { in toArrayIndex() function261 return A.toArrayIndex() - B.toArrayIndex();
157 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap()
231 if (Index.toArrayIndex() >= HashValues.size()) { in visitTypeBegin()234 uint32_t Hash = HashValues[Index.toArrayIndex()]; in visitTypeBegin()
311 if (TI.toArrayIndex() >= Types.capacity()) { in dumpTypeIndex()
767 if (TI.toArrayIndex() >= TypeIndexMap.size()) in remapTypeIndex()769 TI = TypeIndexMap[TI.toArrayIndex()]; in remapTypeIndex()