Searched refs:decodeSignRotatedValue (Results 1 – 2 of 2) sorted by relevance
541 static uint64_t decodeSignRotatedValue(uint64_t V);635 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()2025 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader2124 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()2184 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()
320 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 BitcodeReader2861 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()2920 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()