Compute known bits for V using the simplify query Q.
Declared in <llvm/Analysis/ValueTracking.h>
KnownBits
computeKnownBits(
Value const* V,
SimplifyQuery const& Q,
unsigned int Depth = 0);
Known-zero and known-one bits for V.
| Name | Description |
|---|---|
| V | Value to analyze. |
| Q | Simplify query providing context for the analysis. |
| Depth | Current recursion depth for this query. |