Searched refs:slotForIndex (Results 1 – 1 of 1) sorted by relevance
23 static inline size_t slotForIndex(TypeIndex Idx) { in slotForIndex() function145 unsigned MapPos = slotForIndex(Idx); in remapIndexSimple()211 assert(IndexMap.size() == slotForIndex(CurIndex) && in addMapping()215 assert(slotForIndex(CurIndex) < IndexMap.size()); in addMapping()216 IndexMap[slotForIndex(CurIndex)] = Idx; in addMapping()222 size_t MapPos = slotForIndex(Idx); in remapIndexFallback()371 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) && in remapType()