Home
last modified time | relevance | path

Searched refs:CosLC (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp862 RTLIB::Libcall CosLC = RTLIB::getCOS(VT); in SoftenFloatRes_FSINCOS() local
865 if (!TLI.getLibcallName(SinLC) || !TLI.getLibcallName(CosLC)) { in SoftenFloatRes_FSINCOS()
872 SoftCos = SoftenFloatRes_Unary(N, CosLC); in SoftenFloatRes_FSINCOS()