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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
 2274   LoadSDNode *L = cast<LoadSDNode>(N);
 2275   EVT VT = N->getValueType(0);
 2280                              SDLoc(N), L->getChain(), L->getBasePtr(),
 2287   ReplaceValueWith(SDValue(N, 1), newL.getValue(1));
 2291   return DAG.getNode(GetPromotionOpcode(VT, NVT), SDLoc(N), NVT, newL);