Function llvm_sys::core::LLVMGetFastMathFlags

source ยท
pub unsafe extern "C" fn LLVMGetFastMathFlags(
    FPMathInst: LLVMValueRef,
) -> LLVMFastMathFlags
Expand description

Get the flags for which fast-math-style optimizations are allowed for this value.

Only valid on floating point instructions.