ΒΆllvm::KnownBits computeKnownBits(
    const llvm::Value* V,
    const llvm::DataLayout& DL,
    unsigned int Depth = 0,
    llvm::AssumptionCache* AC = nullptr,
    const llvm::Instruction* CxtI = nullptr,
    const llvm::DominatorTree* DT = nullptr,
    llvm::OptimizationRemarkEmitter* ORE =
        nullptr,
    bool UseInstrInfo = true)

Description

Returns the known bits rather than passing by reference.

Declared at: llvm/include/llvm/Analysis/ValueTracking.h:82

Parameters

const llvm::Value* V
const llvm::DataLayout& DL
unsigned int Depth = 0
llvm::AssumptionCache* AC = nullptr
const llvm::Instruction* CxtI = nullptr
const llvm::DominatorTree* DT = nullptr
llvm::OptimizationRemarkEmitter* ORE = nullptr
bool UseInstrInfo = true