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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  309           (VT == MVT::f128) ? RTLIB::OLT_F128 : RTLIB::OLT_PPCF128;
  337           (VT == MVT::f128) ? RTLIB::OLT_F128 : RTLIB::OLT_PPCF128;
  372             (VT == MVT::f128) ? RTLIB::OLT_F128 : RTLIB::OLT_PPCF128;
lib/CodeGen/TargetLoweringBase.cpp
  147     setLibcallName(RTLIB::OLT_F128, "__ltkf2");
  545   CCs[RTLIB::OLT_F128] = ISD::SETLT;
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  309     Table[RTLIB::OLT_F128] = i32_func_i64_i64_i64_i64;