Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching defs:NumRecords

562   unsigned NumRecords = 0;
570 if (NumRecords != TypeList.size())
691 if (NumRecords >= TypeList.size())
695 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
698 TypeList[NumRecords] = 0;
720 if (NumRecords >= TypeList.size())
724 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
727 TypeList[NumRecords] = 0;
752 if (NumRecords >= TypeList.size())
755 assert(TypeList[NumRecords] == 0 && "Already read type?");
756 TypeList[NumRecords++] = ResultTy;