Searched refs:EndBufPtr (Results 1 – 1 of 1) sorted by relevance
491 const unsigned char *EndBufPtr = BufPtr+MemBuf->getBufferSize(); in AnalyzeBitcode() local495 if (isBitcodeWrapper(BufPtr, EndBufPtr)) in AnalyzeBitcode()496 if (SkipBitcodeWrapperHeader(BufPtr, EndBufPtr, true)) in AnalyzeBitcode()499 BitstreamReader StreamFile(BufPtr, EndBufPtr); in AnalyzeBitcode()536 uint64_t BufferSizeBits = (EndBufPtr-BufPtr)*CHAR_BIT; in AnalyzeBitcode()