Searched refs:NumPresentWords (Results 1 – 1 of 1) sorted by relevance
63 uint32_t NumPresentWords; in load() local64 if (auto EC = Stream.readInteger(NumPresentWords)) in load()69 if (NumPresentWords > MaxNumberOfWords) in load()74 for (uint32_t I = 0; I != NumPresentWords; ++I) { in load()