Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h246 static uint64_t decodeSignRotatedValue(uint64_t V);
331 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
H A DBitcodeReader.cpp1321 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
1402 BitcodeReader::decodeSignRotatedValue); in ReadWideAPInt()
1458 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in ParseConstants()