Searched refs:toArrayIndex (Results 1 – 12 of 12) sorted by relevance
88 return Records[Index.toArrayIndex()].Offset; in getOffsetOfType()96 return Records[Index.toArrayIndex()].Type; in getType()106 return Records[Index.toArrayIndex()].Type; in tryGetType()122 uint32_t I = Index.toArrayIndex(); in getTypeName()135 if (Records.size() <= Index.toArrayIndex()) in contains()137 if (!Records[Index.toArrayIndex()].Type.valid()) in contains()154 uint32_t MinSize = Index.toArrayIndex() + 1; in ensureCapacityFor()234 uint32_t Offset = Records[LargestTypeIndex.toArrayIndex()].Offset; in fullScanForType()244 auto Idx = CurrentTI.toArrayIndex(); in fullScanForType()265 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()
357 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType()
118 uint32_t toArrayIndex() const { in toArrayIndex() function252 return A.toArrayIndex() - B.toArrayIndex();
49 return Hashes[TI.toArrayIndex()].Hash; in hash_of()
147 if (GlobalState->TypeVector[TI.toArrayIndex()] != in ValidateVisitedRecord()151 if (GlobalState->Records[TI.toArrayIndex()] != in ValidateVisitedRecord()
206 if (Index.toArrayIndex() >= HashValues.size()) { in visitTypeBegin()209 uint32_t Hash = HashValues[Index.toArrayIndex()]; in visitTypeBegin()
311 if (TI.toArrayIndex() >= Types.capacity()) { in dumpTypeIndex()