Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp584 static uint64_t decodeSignRotatedValue(uint64_t V);
711 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2229 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2328 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
2434 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()
5933 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
5936 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp584 static uint64_t decodeSignRotatedValue(uint64_t V);
711 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2221 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2320 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
2389 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp320 static uint64_t decodeSignRotatedValue(uint64_t V);
415 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2762 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2861 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
2920 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()