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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  338     LC2 = (VT == MVT::f32) ? RTLIB::OGT_F32 :
  346     LC2 = (VT == MVT::f32) ? RTLIB::OEQ_F32 :
  392   if (LC2 != RTLIB::UNKNOWN_LIBCALL) {
  397     NewLHS = makeLibCall(DAG, LC2, RetVT, Ops, CallOptions, dl).first;
  401         NewLHS, NewRHS, DAG.getCondCode(getCmpLibcallCC(LC2)));