llvm::FMFSource::FMFSource

Constructors

Synopses

Declared in <llvm/IR/IRBuilder.h>

Construct an FMFSource.

constexpr
FMFSource() = default;
» more...

Construct an FMFSource.

FMFSource(FastMathFlags FMF);
» more...

Construct an FMFSource.

FMFSource(Instruction* Source);
» more...

Parameters

NameDescription
FMFFast-math flags to store.
SourceSource instruction for FMF, or pointer passed to free.