Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp584 static uint64_t decodeSignRotatedValue(uint64_t V);
711 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2221 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2320 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
2389 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()