HomeSort by relevance Sort by last modified time
    Searched refs:decodeSignRotatedValue (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 239 static uint64_t decodeSignRotatedValue(uint64_t V);
317 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]);
BitcodeReader.cpp 962 /// decodeSignRotatedValue - Decode a signed value stored with the sign bit in
964 uint64_t BitcodeReader::decodeSignRotatedValue(uint64_t V) {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 232 static uint64_t decodeSignRotatedValue(uint64_t V);
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 226 static uint64_t decodeSignRotatedValue(uint64_t V);
BitcodeReader.cpp     [all...]

Completed in 441 milliseconds