Home
last modified time | relevance | path

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

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