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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  448   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  449   SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
  450                      GetSoftenedFloat(N->getOperand(1)) };
  452   EVT OpsVT[2] = { N->getOperand(0).getValueType(),
  453                    N->getOperand(1).getValueType() };
  454   CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true);
  455   return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0),
  461                          NVT, Ops, CallOptions, SDLoc(N)).first;