pub unsafe extern "C" fn LLVMGetFastMathFlags(
FPMathInst: LLVMValueRef,
) -> LLVMFastMathFlagsExpand description
Get the flags for which fast-math-style optimizations are allowed for this value.
Only valid on floating point instructions.
pub unsafe extern "C" fn LLVMGetFastMathFlags(
FPMathInst: LLVMValueRef,
) -> LLVMFastMathFlagsGet the flags for which fast-math-style optimizations are allowed for this value.
Only valid on floating point instructions.