Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1150 static uint64_t DecodeSignRotatedValue(uint64_t V) { in DecodeSignRotatedValue() function
1246 V = ConstantInt::get(CurTy, DecodeSignRotatedValue(Record[0])); in ParseConstants()
1256 Words[i] = DecodeSignRotatedValue(Record[i]); in ParseConstants()