Searched refs:getPointerToBit (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 74 TEST(BitstreamReaderTest, getPointerToBit) { in TEST() argument 79 EXPECT_EQ(Bytes + I, Cursor.getPointerToBit(I * 8, 1)); in TEST()
|
/external/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 96 TEST(BitstreamReaderTest, getPointerToBit) { in TEST() argument 102 EXPECT_EQ(Bytes + I, Cursor.getPointerToBit(I * 8, 1)); in TEST()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 267 const char *Ptr = (const char *)getPointerToBit(CurBitPos, NumElts); in readRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 154 const uint8_t *getPointerToBit(uint64_t BitNo, uint64_t NumBytes) { in getPointerToBit() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 270 const char *Ptr = (const char *)getPointerToBit(CurBitPos, NumElts); in readRecord()
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 232 const uint8_t *getPointerToBit(uint64_t BitNo, uint64_t NumBytes) { in getPointerToBit() function
|