Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp721 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 BitcodeReader
3115 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2914 static uint64_t decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function
2930 Val = decodeSignRotatedValue(Val); in CheckInteger()
3802 Val = decodeSignRotatedValue(Val); in SelectCodeCommon()