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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  322   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  323   SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
  324                      GetSoftenedFloat(N->getOperand(1)) };
  326   EVT OpsVT[2] = { N->getOperand(0).getValueType(),
  327                    N->getOperand(1).getValueType() };
  328   CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true);
  329   return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0),
  335                          NVT, Ops, CallOptions, SDLoc(N)).first;