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

  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 328 // ReadVBR64 - Read a VBR that may have a value up to 64-bits in size. The
330 uint64_t ReadVBR64(unsigned NumBits) {
466 Vals.push_back(ReadVBR64((unsigned)Op.getEncodingData()));
488 Vals.push_back(ReadVBR64(6));
562 Abbv->Add(BitCodeAbbrevOp(ReadVBR64(8)));
568 Abbv->Add(BitCodeAbbrevOp(E, ReadVBR64(5)));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
BitstreamReader.h 242 uint64_t ReadVBR64(unsigned NumBits) {
353 using SimpleBitstreamCursor::ReadVBR64;
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 322 uint64_t ReadVBR64(unsigned NumBits) {
456 using SimpleBitstreamCursor::ReadVBR64;
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitstreamReader.h 741 uint64_t ReadVBR64(unsigned NumBits) {

Completed in 966 milliseconds