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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h266 APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2314 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { function in class:llvm
2427 readWideAPInt(Record, cast<IntegerType>(CurTy)->getBitWidth());
4464 Low = readWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
4472 APInt High = readWideAPInt(
H A DMetadataLoader.cpp1301 Value = readWideAPInt(makeArrayRef(&Record[3], NumWords), BitWidth);

Completed in 84 milliseconds