Given operand for an FNeg, fold the result or return null.
Declared in <llvm/Analysis/InstructionSimplify.h>
Value*
simplifyFNegInst(
Value* Op,
FastMathFlags FMF,
SimplifyQuery const& Q);
The folded value, or null if no simplification was found.
| Name | Description |
|---|---|
| Op | Operand to negate. |
| FMF | Fast-math flags to honor while folding. |
| Q | Simplification query providing analyses and flags. |