HomeSort by relevance Sort by last modified time
    Searched defs:ReadVBR (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 310 uint32_t ReadVBR(unsigned NumBits) {
364 return ReadVBR(bitc::BlockIDWidth);
373 ReadVBR(bitc::CodeLenWidth);
406 CurCodeSize = ReadVBR(bitc::CodeLenWidth);
485 unsigned Code = ReadVBR(6);
486 unsigned NumElts = ReadVBR(6);
500 unsigned NumElts = ReadVBR(6);
511 unsigned NumElts = ReadVBR(6);
558 unsigned NumOpInfo = ReadVBR(5);
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 302 uint32_t ReadVBR(unsigned NumBits) {
455 using SimpleBitstreamCursor::ReadVBR;
523 return ReadVBR(bitc::BlockIDWidth);
531 ReadVBR(bitc::CodeLenWidth);

Completed in 58 milliseconds