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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
12666   SDValue N0 = N->getOperand(0);
12667   SDValue N1 = N->getOperand(1);
12670   EVT VT = N->getValueType(0);
12673     return DAG.getNode(ISD::FCOPYSIGN, SDLoc(N), VT, N0, N1);
12675   if (ConstantFPSDNode *N1C = isConstOrConstSplatFP(N->getOperand(1))) {
12681         return DAG.getNode(ISD::FABS, SDLoc(N), VT, N0);
12684         return DAG.getNode(ISD::FNEG, SDLoc(N), VT,
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));
12706   if (CanCombineFCOPYSIGN_EXTEND_ROUND(N))
12707     return DAG.getNode(ISD::FCOPYSIGN, SDLoc(N), VT, N0, N1.getOperand(0));