Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2121 static APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt() function
2191 readWideAPInt(Record, cast<IntegerType>(CurTy)->getBitWidth()); in parseConstants()
4019 Low = readWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords), in parseFunctionBody()
4027 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()