Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2638 static uint64_t decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function
2654 Val = decodeSignRotatedValue(Val); in CheckInteger()
3329 Val = decodeSignRotatedValue(Val); in SelectCodeCommon()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp694 static uint64_t decodeSignRotatedValue(uint64_t V);
807 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned()
2855 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
2958 BitcodeReader::decodeSignRotatedValue); in readWideAPInt()
3032 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in parseConstants()
7091 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()
7094 BitcodeReader::decodeSignRotatedValue(Record.front())); in parseParamAccesses()