[#GET_RUNTIME_LIBCALL_FP_SELECTOR_DECLS] = GET_RUNTIME_LIBCALL_FP_SELECTOR_DECLS :mrdocs: Declare floating‐point libcall selector overloads for each family. == Synopsis Declared in `<llvm/CodeGen/RuntimeLibcallUtil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define GET_RUNTIME_LIBCALL_FP_SELECTOR_DECLS ---- == Description The floating‐point selectors get<OP>(EVT) return the <OP> libcall for the given type, or UNKNOWN_LIBCALL. Generated from the RuntimeLibcallFamily table in RuntimeLibcalls.td. [.small]#Created with https://www.mrdocs.com[MrDocs]#