Lines Matching refs:NumRecords
1598 unsigned NumRecords = 0;
1611 if (NumRecords != TypeList.size())
1756 if (NumRecords >= TypeList.size())
1760 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
1763 TypeList[NumRecords] = nullptr;
1785 if (NumRecords >= TypeList.size())
1789 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
1792 TypeList[NumRecords] = nullptr;
1819 if (NumRecords >= TypeList.size())
1821 if (TypeList[NumRecords])
1825 TypeList[NumRecords++] = ResultTy;