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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  606   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  607   SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
  608                      GetSoftenedFloat(N->getOperand(1)) };
  610   EVT OpsVT[2] = { N->getOperand(0).getValueType(),
  611                    N->getOperand(1).getValueType() };
  612   CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true);
  613   return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0),
  619                          NVT, Ops, CallOptions, SDLoc(N)).first;