Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeReader.h266 APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2317 static APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt() function
2396 readWideAPInt(Record, cast<IntegerType>(CurTy)->getBitWidth()); in parseConstants()
4392 Low = readWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords), in parseFunctionBody()
4400 APInt High = readWideAPInt( in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2858 static APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt() function
2927 readWideAPInt(Record, cast<IntegerType>(CurTy)->getBitWidth()); in parseConstants()
5007 Low = readWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords), in parseFunctionBody()
5015 APInt High = readWideAPInt( in parseFunctionBody()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2325 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt() function in llvm
2441 readWideAPInt(Record, cast<IntegerType>(CurTy)->getBitWidth()); in parseConstants()
4494 Low = readWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords), in parseFunctionBody()
4502 APInt High = readWideAPInt( in parseFunctionBody()
DMetadataLoader.cpp1399 Value = readWideAPInt(makeArrayRef(&Record[3], NumWords), BitWidth); in parseOneMetadata()