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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  178   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  179   SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
  180                      GetSoftenedFloat(N->getOperand(1)) };
  182   EVT OpsVT[2] = { N->getOperand(0).getValueType(),
  183                    N->getOperand(1).getValueType() };
  184   CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true);
  185   return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0),
  191                          NVT, Ops, CallOptions, SDLoc(N)).first;