Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp277 static uint64_t decodeSignRotatedValue(uint64_t V);
1536 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
1620 BitcodeReader::decodeSignRotatedValue); in ReadWideAPInt()
1676 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in ParseConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp514 static uint64_t decodeSignRotatedValue(uint64_t V);
1829 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) { in decodeSignRotatedValue() function in BitcodeReader
1913 BitcodeReader::decodeSignRotatedValue); in ReadWideAPInt()
1969 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in ParseConstants()