Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
namespace {
106
107
static int64_t unrotateSign(uint64_t U) { return U & 1 ? ~(U >> 1) : U >> 1; }
108
109
class BitcodeReaderMetadataList {
110
/// Array of metadata references.
Callers
1
parseOneMetadata
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected