llvm::getNoCommonBitsSetResult

Return how strongly LHS and RHS are known to have no common set bits.

Synopsis

Declared in <llvm/Analysis/ValueTracking.h>

NoCommonBitsSetResult
getNoCommonBitsSetResult(
    WithCache<Value const*> const& LHSCache,
    WithCache<Value const*> const& RHSCache,
    SimplifyQuery const& SQ);

Return Value

How strongly the values are known to have no common set bits.

Parameters

NameDescription
LHSCacheCached left-hand value for the query.
RHSCacheCached right-hand value for the query.
SQSimplify query providing context for the analysis.