Searched refs:BlockBitStart (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp730 uint64_t BlockBitStart = Stream.GetCurrentBitNo(); local
751 if (Error Err = Stream.JumpToBit(BlockBitStart))
803 BlockStats.NumBits += BlockBitEnd - BlockBitStart;
822 BlockBitStart += SubBlockBitEnd - SubBlockBitStart;

Completed in 102 milliseconds