Searched refs:decodeSignRotatedValue (Results 1 – 1 of 1) sorted by relevance
256 static uint64_t decodeSignRotatedValue(uint64_t V);346 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()1992 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader2073 BitcodeReader::decodeSignRotatedValue); in ReadWideAPInt()2129 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in ParseConstants()