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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp277 static uint64_t decodeSignRotatedValue(uint64_t V);
1522 /// decodeSignRotatedValue - Decode a signed value stored with the sign bit in
1524 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { function in class:__anon1158::BitcodeReader
1608 BitcodeReader::decodeSignRotatedValue);
1664 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp514 static uint64_t decodeSignRotatedValue(uint64_t V);
1815 /// decodeSignRotatedValue - Decode a signed value stored with the sign bit in
1817 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { function in class:__anon1161::BitcodeReader
1901 BitcodeReader::decodeSignRotatedValue);
1957 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));

Completed in 54 milliseconds