Searched refs:unrotateSign (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1864 static int64_t unrotateSign(uint64_t U) { return U & 1 ? ~(U >> 1) : U >> 1; } function in namespace:__anon11739
2074 (Context, Record[1], unrotateSign(Record[2]))),
2083 (Context, unrotateSign(Record[1]),

Completed in 91 milliseconds