MCPcopy Create free account
hub / github.com/GANGE666/xVMP / unrotateSign

Function unrotateSign

src/lib/Bitcode/Reader/MetadataLoader.cpp:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105namespace {
106
107static int64_t unrotateSign(uint64_t U) { return U & 1 ? ~(U >> 1) : U >> 1; }
108
109class BitcodeReaderMetadataList {
110 /// Array of metadata references.

Callers 1

parseOneMetadataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected