Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h266 APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2354 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt() function in llvm
2470 readWideAPInt(Record, cast<IntegerType>(CurTy)->getBitWidth()); in parseConstants()
4588 Low = readWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords), in parseFunctionBody()
4596 APInt High = readWideAPInt( in parseFunctionBody()
H A DMetadataLoader.cpp1398 Value = readWideAPInt(makeArrayRef(&Record[3], NumWords), BitWidth); in parseOneMetadata()