Home | History | Annotate | Download | only in Reader

Lines Matching defs:decodeSignRotatedValue

1090 /// decodeSignRotatedValue - Decode a signed value stored with the sign bit in
1092 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) {
1142 BitcodeReader::decodeSignRotatedValue);
1198 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));