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.