copyFastMathFlags overloads
Declared in <llvm/IR/Instruction.h>
Transfer all fast-math flag values onto this instruction.
void
copyFastMathFlags(FastMathFlags FMF);
» more...
Copy fast-math flags from instruction I onto this instruction.
void
copyFastMathFlags(Instruction const* I);
» more...
| Name | Description |
|---|---|
| FMF | The fast-math flags to copy. |
| I | The instruction whose fast-math flags are copied. |