Searched refs:VSlotCount (Results 1 – 3 of 3) sorted by relevance
1935 unsigned VSlotCount = in lowerTypeVFTableShape() local1937 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
1956 unsigned VSlotCount = in lowerTypeVFTableShape() local1958 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
2131 unsigned VSlotCount = in CollectVTableInfo() local2133 unsigned VTableWidth = PtrWidth * VSlotCount; in CollectVTableInfo()