Constructors
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...
| Name | Description |
|---|---|
| FMF | Fast-math flags to store. |
| Source | Source instruction for FMF, or pointer passed to free. |