Searched defs:decodeSignRotatedValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1168 /// decodeSignRotatedValue - Decode a signed value stored with the sign bit in
1170 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { function in class:BitcodeReader
1254 BitcodeReader::decodeSignRotatedValue);
1310 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1469 /// decodeSignRotatedValue - Decode a signed value stored with the sign bit in
1471 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { function in class:BitcodeReader
1555 BitcodeReader::decodeSignRotatedValue);
1611 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));

Completed in 317 milliseconds