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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
12673     return DAG.getNode(ISD::FCOPYSIGN, SDLoc(N), VT, N0, N1);
12680       if (!LegalOperations || TLI.isOperationLegal(ISD::FABS, VT))
12681         return DAG.getNode(ISD::FABS, SDLoc(N), VT, N0);
12683       if (!LegalOperations || TLI.isOperationLegal(ISD::FNEG, VT))
12684         return DAG.getNode(ISD::FNEG, SDLoc(N), VT,
12685                            DAG.getNode(ISD::FABS, SDLoc(N0), VT, N0));
12694     return DAG.getNode(ISD::FCOPYSIGN, SDLoc(N), VT, N0.getOperand(0), N1);
12698     return DAG.getNode(ISD::FABS, SDLoc(N), VT, N0);
12702     return DAG.getNode(ISD::FCOPYSIGN, SDLoc(N), VT, N0, N1.getOperand(1));
12707     return DAG.getNode(ISD::FCOPYSIGN, SDLoc(N), VT, N0, N1.getOperand(0));