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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  683   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  684   SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
  685                      GetSoftenedFloat(N->getOperand(1)) };
  687   EVT OpsVT[2] = { N->getOperand(0).getValueType(),
  688                    N->getOperand(1).getValueType() };
  689   CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true);
  690   return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0),
  696                          NVT, Ops, CallOptions, SDLoc(N)).first;