Searched refs:CodeLenWidth (Results 1 – 4 of 4) sorted by relevance
40 CodeLenWidth = 4, // Codelen are VBR-4. enumerator
468 if (Expected<uint32_t> Res = ReadVBR(bitc::CodeLenWidth)) in SkipBlock()
287 EmitVBR(CodeLen, bitc::CodeLenWidth); in EnterSubblock()
35 Expected<uint32_t> MaybeVBR = ReadVBR(bitc::CodeLenWidth); in EnterSubBlock()