Searched refs:readWideAPInt (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | BitcodeReader.h | 266 APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2317 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/ |
D | BitcodeReader.cpp | 2858 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/ |
D | BitcodeReader.cpp | 2325 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()
|
D | MetadataLoader.cpp | 1399 Value = readWideAPInt(makeArrayRef(&Record[3], NumWords), BitWidth); in parseOneMetadata()
|