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

Description

Get the name of the overloaded floating point function corresponding to \a Ty.

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

Parameters

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