Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp694 static uint64_t decodeSignRotatedValue(uint64_t V);
806 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2731 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2834 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
2905 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()
6933 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
6936 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2584 static uint64_t decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function
2600 Val = decodeSignRotatedValue(Val); in CheckInteger()
3272 Val = decodeSignRotatedValue(Val); in SelectCodeCommon()