ΒΆllvm::StringRef getFloatFn(
    const llvm::Module* M,
    const llvm::TargetLibraryInfo* TLI,
    llvm::Type* Ty,
    llvm::LibFunc DoubleFn,
    llvm::LibFunc FloatFn,
    llvm::LibFunc LongDoubleFn,
    llvm::LibFunc& TheLibFunc)

Description

Get the name of the overloaded floating point function corresponding to \a Ty. Return the LibFunc in \a TheLibFunc.

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

Parameters

const llvm::Module* M
const llvm::TargetLibraryInfo* TLI
llvm::Type* Ty
llvm::LibFunc DoubleFn
llvm::LibFunc FloatFn
llvm::LibFunc LongDoubleFn
llvm::LibFunc& TheLibFunc