Searched defs:decodeSignRotatedValue (Results 1 - 2 of 2) sorted by last modified time

/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:__anon1112::BitcodeReader
1608 BitcodeReader::decodeSignRotatedValue);
1664 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp515 static uint64_t decodeSignRotatedValue(uint64_t V);
1816 /// decodeSignRotatedValue - Decode a signed value stored with the sign bit in
1818 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { function in class:__anon1115::BitcodeReader
1902 BitcodeReader::decodeSignRotatedValue);
1958 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));

Completed in 60 milliseconds