Searched defs:VBR (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h29 BlockIDWidth = 8, // We use VBR-8 for block IDs.
30 CodeLenWidth = 4, // Codelen are VBR-4.
92 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator in enum:llvm::BitCodeAbbrevOp::Encoding
119 case VBR:

Completed in 91 milliseconds