Searched refs:decodeSignRotatedValue (Results 1 – 2 of 2) sorted by relevance
721 static uint64_t decodeSignRotatedValue(uint64_t V);834 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()859 int64_t Start = BitcodeReader::decodeSignRotatedValue(Record[OpNum++]); in readConstantRange()860 int64_t End = BitcodeReader::decodeSignRotatedValue(Record[OpNum++]); in readConstantRange()3016 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader3115 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()3189 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()7455 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()7458 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
2914 static uint64_t decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function2930 Val = decodeSignRotatedValue(Val); in CheckInteger()3802 Val = decodeSignRotatedValue(Val); in SelectCodeCommon()