Searched refs:slotForIndex (Results 1 – 1 of 1) sorted by relevance
24 static inline size_t slotForIndex(TypeIndex Idx) { in slotForIndex() function154 unsigned MapPos = slotForIndex(Idx); in remapIndexSimple()209 assert(IndexMap.size() == slotForIndex(CurIndex) && in addMapping()213 assert(slotForIndex(CurIndex) < IndexMap.size()); in addMapping()214 IndexMap[slotForIndex(CurIndex)] = Idx; in addMapping()220 size_t MapPos = slotForIndex(Idx); in remapIndexFallback()382 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) && in remapType()