Given an operand for a Freeze, see if we can fold the result.
Declared in <llvm/Analysis/InstructionSimplify.h>
Value*
simplifyFreezeInst(
Value* Op,
SimplifyQuery const& Q);
If not, this returns null.
The folded value, or null if no simplification was found.
| Name | Description |
|---|---|
| Op | Operand of the freeze. |
| Q | Simplification query providing analyses and flags. |