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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  429   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  430   SDValue Ops[3] = { GetSoftenedFloat(N->getOperand(0)),
  431                      GetSoftenedFloat(N->getOperand(1)),
  432                      GetSoftenedFloat(N->getOperand(2)) };
  434   EVT OpsVT[3] = { N->getOperand(0).getValueType(),
  435                    N->getOperand(1).getValueType(),
  436                    N->getOperand(2).getValueType() };
  437   CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true);
  438   return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0),
  444                          NVT, Ops, CallOptions, SDLoc(N)).first;