Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp584 static uint64_t decodeSignRotatedValue(uint64_t V);
711 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2258 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2357 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
2463 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()
6084 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
6087 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2616 static uint64_t decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function
2632 Val = decodeSignRotatedValue(Val); in CheckInteger()
3295 Val = decodeSignRotatedValue(Val); in SelectCodeCommon()