Searched refs:decodeSignRotatedValue (Results 1 – 2 of 2) sorted by relevance
706 static uint64_t decodeSignRotatedValue(uint64_t V);837 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()862 int64_t Start = BitcodeReader::decodeSignRotatedValue(Record[OpNum++]); in readConstantRange()863 int64_t End = BitcodeReader::decodeSignRotatedValue(Record[OpNum++]); in readConstantRange()3110 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader3209 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()3283 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()7519 BitcodeReader::decodeSignRotatedValue(Record.consume_front())); in parseParamAccesses()7521 BitcodeReader::decodeSignRotatedValue(Record.consume_front())); in parseParamAccesses()
2970 static uint64_t decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function2986 Val = decodeSignRotatedValue(Val); in CheckInteger()3859 Val = decodeSignRotatedValue(Val); in SelectCodeCommon()