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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  224   EVT ResVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  225   SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N),
  225   SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N),
  226                               N->getMemoryVT(), ResVT,
  227                               N->getChain(), N->getBasePtr(),
  227                               N->getChain(), N->getBasePtr(),
  228                               N->getMemOperand());
  231   ReplaceValueWith(SDValue(N, 1), Res.getValue(1));