Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp584 static uint64_t decodeSignRotatedValue(uint64_t V);
678 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2231 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2330 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
2433 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()
6015 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
6018 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2630 static uint64_t decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function
2646 Val = decodeSignRotatedValue(Val); in CheckInteger()
3312 Val = decodeSignRotatedValue(Val); in SelectCodeCommon()