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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  718   LoadSDNode *L = cast<LoadSDNode>(N);
  719   EVT VT = N->getValueType(0);
  721   SDLoc dl(N);
  734     if (N != NewL.getValue(1).getNode())
  735       ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
  746   ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));