Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp541 static uint64_t decodeSignRotatedValue(uint64_t V);
635 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2049 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2148 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
2208 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()