ΒΆllvm::KnownBits computeKnownBits(
    const llvm::Value* V,
    unsigned int Depth,
    const(anonymous namespace)::Query& Q)

Description

Determine which bits of V are known to be either zero or one and return them.

Declared at: llvm/lib/Analysis/ValueTracking.cpp:1892

Parameters

const llvm::Value* V
unsigned int Depth
const(anonymous namespace)::Query& Q