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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp585 static uint64_t decodeSignRotatedValue(uint64_t V);
712 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]);
2218 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { function in class:BitcodeReader
2317 BitcodeReader::decodeSignRotatedValue);
2420 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));
5828 BitcodeReader::decodeSignRotatedValue(Record.front()));
5831 BitcodeReader::decodeSignRotatedValue(Record.front()));

Completed in 108 milliseconds