Home
last modified time | relevance | path

Searched refs:CurBitPos (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp252 size_t CurBitPos = GetCurrentBitNo(); in readRecord() local
253 size_t NewEnd = CurBitPos+((NumElts+3)&~3)*8; in readRecord()
267 const char *Ptr = (const char *)getPointerToBit(CurBitPos, NumElts); in readRecord()
/external/llvm-project/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp317 size_t CurBitPos = GetCurrentBitNo(); in readRecord() local
318 const size_t NewEnd = CurBitPos + alignTo(NumElts, 4) * 8; in readRecord()
333 const char *Ptr = (const char *)getPointerToBit(CurBitPos, NumElts); in readRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp314 size_t CurBitPos = GetCurrentBitNo(); in readRecord() local
315 size_t NewEnd = CurBitPos+((NumElts+3)&~3)*8; in readRecord()
330 const char *Ptr = (const char *)getPointerToBit(CurBitPos, NumElts); in readRecord()