Return how strongly LHS and RHS are known to have no common set bits.
Declared in <llvm/Analysis/ValueTracking.h>
NoCommonBitsSetResult
getNoCommonBitsSetResult(
WithCache<Value const*> const& LHSCache,
WithCache<Value const*> const& RHSCache,
SimplifyQuery const& SQ);
How strongly the values are known to have no common set bits.
| Name | Description |
|---|---|
| LHSCache | Cached left-hand value for the query. |
| RHSCache | Cached right-hand value for the query. |
| SQ | Simplify query providing context for the analysis. |