ΒΆbool haveNoCommonBitsSet(
    const llvm::Value* LHS,
    const llvm::Value* RHS,
    const llvm::DataLayout& DL,
    llvm::AssumptionCache* AC = nullptr,
    const llvm::Instruction* CxtI = nullptr,
    const llvm::DominatorTree* DT = nullptr,
    bool UseInstrInfo = true)

Description

Return true if LHS and RHS have no common bits set.

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

Parameters

const llvm::Value* LHS
const llvm::Value* RHS
const llvm::DataLayout& DL
llvm::AssumptionCache* AC = nullptr
const llvm::Instruction* CxtI = nullptr
const llvm::DominatorTree* DT = nullptr
bool UseInstrInfo = true