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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
 1952   SDValue Op1 = GetPromotedFloat(N->getOperand(1));
 1954   return DAG.getNode(N->getOpcode(), SDLoc(N), N->getValueType(0),
 1954   return DAG.getNode(N->getOpcode(), SDLoc(N), N->getValueType(0),
 1954   return DAG.getNode(N->getOpcode(), SDLoc(N), N->getValueType(0),
 1955                      N->getOperand(0), Op1);