Lines Matching refs:decodeSignRotatedValue
1104 /// decodeSignRotatedValue - Decode a signed value stored with the sign bit in1106 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) {1172 BitcodeReader::decodeSignRotatedValue);1228 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));