LLVMBuilderSetDefaultFPMathTag

Function LLVMBuilderSetDefaultFPMathTag 

Source
pub unsafe extern "C" fn LLVMBuilderSetDefaultFPMathTag(
    Builder: LLVMBuilderRef,
    FPMathTag: LLVMMetadataRef,
)
Expand description

Set the default floating-point math metadata for the given builder.

To clear the metadata, pass NULL to \p FPMathTag.

@see llvm::IRBuilder::setDefaultFPMathTag()