Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching defs:NumRecords

898   unsigned NumRecords = 0;
911 if (NumRecords != TypeList.size())
1025 if (NumRecords >= TypeList.size())
1029 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
1032 TypeList[NumRecords] = nullptr;
1054 if (NumRecords >= TypeList.size())
1058 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
1061 TypeList[NumRecords] = nullptr;
1086 if (NumRecords >= TypeList.size())
1089 assert(!TypeList[NumRecords] && "Already read type?");
1090 TypeList[NumRecords++] = ResultTy;