HomeSort by: relevance | last modified time | path
    Searched defs:ActiveWords (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 4585 unsigned ActiveWords = 1;
4587 ActiveWords = Record[CurIdx++];
4588 Low = readWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
4590 CurIdx += ActiveWords;
4593 ActiveWords = 1;
4595 ActiveWords = Record[CurIdx++];
4597 makeArrayRef(&Record[CurIdx], ActiveWords), ValueBitWidth);
4598 CurIdx += ActiveWords;

Completed in 32 milliseconds