llvm::Instruction::copyFastMathFlags

copyFastMathFlags overloads

Synopses

Declared in <llvm/IR/Instruction.h>

Convenience function for transferring all fast-math flag values to this instruction, which must be an operator which supports these flags. See LangRef.html for the meaning of these flags.

void
copyFastMathFlags(FastMathFlags FMF);
» more...

Copy I's fast-math flags

void
copyFastMathFlags(Instruction const* I);
» more...