Given operands for an And, fold the result or return null.
Declared in <llvm/Analysis/InstructionSimplify.h>
Value*
simplifyAndInst(
Value* LHS,
Value* RHS,
SimplifyQuery const& Q);
The folded value, or null if no simplification was found.
| Name | Description |
|---|---|
| LHS | Left-hand side operand. |
| RHS | Right-hand side operand. |
| Q | Simplification query providing analyses and flags. |