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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  195   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  196   SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
  197                      GetSoftenedFloat(N->getOperand(1)) };
  199   EVT OpsVT[2] = { N->getOperand(0).getValueType(),
  200                    N->getOperand(1).getValueType() };
  201   CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true);
  202   return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0),
  208                          NVT, Ops, CallOptions, SDLoc(N)).first;