HomeSort by: relevance | last modified time | path
    Searched refs:readWideAPInt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeReader.h 266 APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 2354 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) {
2470 readWideAPInt(Record, cast<IntegerType>(CurTy)->getBitWidth());
4588 Low = readWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
4596 APInt High = readWideAPInt(
MetadataLoader.cpp 1398 Value = readWideAPInt(makeArrayRef(&Record[3], NumWords), BitWidth);

Completed in 25 milliseconds