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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1203 /// DecodeSignRotatedValue - Decode a signed value stored with the sign bit in
1205 static uint64_t DecodeSignRotatedValue(uint64_t V) { function
1301 V = ConstantInt::get(CurTy, DecodeSignRotatedValue(Record[0]));
1311 Words[i] = DecodeSignRotatedValue(Record[i]);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1503 /// DecodeSignRotatedValue - Decode a signed value stored with the sign bit in
1505 static uint64_t DecodeSignRotatedValue(uint64_t V) { function
1601 V = ConstantInt::get(CurTy, DecodeSignRotatedValue(Record[0]));
1611 Words[i] = DecodeSignRotatedValue(Record[i]);

Completed in 47 milliseconds