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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  480   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  481   SDLoc dl(N);
  483   EVT FloatVT = N->getValueType(0);
  487     return DAG.getNode(ISD::XOR, dl, NVT, GetSoftenedFloat(N->getOperand(0)),
  492   SDValue Ops[2] = { DAG.getConstantFP(-0.0, dl, N->getValueType(0)),
  493                      GetSoftenedFloat(N->getOperand(0)) };
  495   return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0),