Home | History | Annotate | Download | only in Reader

Lines Matching refs:decodeSignRotatedValue

962 /// decodeSignRotatedValue - Decode a signed value stored with the sign bit in
964 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) {
1014 BitcodeReader::decodeSignRotatedValue);
1070 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));