reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2285   case MVT::f32:     LC = RTLIB::SINCOS_F32; break;
 2286   case MVT::f64:     LC = RTLIB::SINCOS_F64; break;
 2287   case MVT::f80:     LC = RTLIB::SINCOS_F80; break;
 2288   case MVT::f128:    LC = RTLIB::SINCOS_F128; break;
 2289   case MVT::ppcf128: LC = RTLIB::SINCOS_PPCF128; break;
 2326   SDValue Callee = DAG.getExternalSymbol(TLI.getLibcallName(LC),
 2332       TLI.getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), Callee,