Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp695 static uint64_t decodeSignRotatedValue(uint64_t V);
808 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2889 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2988 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
3062 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()
7140 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
7143 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2780 static uint64_t decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function
2796 Val = decodeSignRotatedValue(Val); in CheckInteger()
3659 Val = decodeSignRotatedValue(Val); in SelectCodeCommon()