Searched refs:TypeIndexMap (Results 1 – 1 of 1) sorted by relevance
764 static bool remapTypeIndex(TypeIndex &TI, ArrayRef<TypeIndex> TypeIndexMap) { in remapTypeIndex() argument767 if (TI.toArrayIndex() >= TypeIndexMap.size()) in remapTypeIndex()769 TI = TypeIndexMap[TI.toArrayIndex()]; in remapTypeIndex()