Merge FP-math metadata, returning the most generic accuracy.
Declared in <llvm/IR/Metadata.h>
static
MDNode*
getMostGenericFPMath(
MDNode* A,
MDNode* B);
The most generic FP-math accuracy for A and B.
| Name | Description |
|---|---|
| A | First FP-math metadata node. |
| B | Second FP-math metadata node. |