See if we can compute a simplified version of this instruction.
Declared in <llvm/Analysis/InstructionSimplify.h>
Value*
simplifyInstruction(
Instruction* I,
SimplifyQuery const& Q);
If not, return null.
The simplified value, or null if the instruction could not be simplified.
| Name | Description |
|---|---|
| I | Instruction to simplify. |
| Q | Simplification query providing analyses and flags. |