ΒΆbool hasFloatFn(
    const llvm::TargetLibraryInfo* TLI,
    llvm::Type* Ty,
    llvm::LibFunc DoubleFn,
    llvm::LibFunc FloatFn,
    llvm::LibFunc LongDoubleFn)

Description

Check whether the overloaded floating point function corresponding to \a Ty is available.

Declared at: llvm/include/llvm/Transforms/Utils/BuildLibCalls.h:35

Parameters

const llvm::TargetLibraryInfo* TLI
llvm::Type* Ty
llvm::LibFunc DoubleFn
llvm::LibFunc FloatFn
llvm::LibFunc LongDoubleFn