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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
12668   bool N0CFP = isConstantFPBuildVectorOrConstantFP(N0);
12673     return DAG.getNode(ISD::FCOPYSIGN, SDLoc(N), VT, N0, N1);
12681         return DAG.getNode(ISD::FABS, SDLoc(N), VT, N0);
12685                            DAG.getNode(ISD::FABS, SDLoc(N0), VT, N0));
12685                            DAG.getNode(ISD::FABS, SDLoc(N0), VT, N0));
12692   if (N0.getOpcode() == ISD::FABS || N0.getOpcode() == ISD::FNEG ||
12692   if (N0.getOpcode() == ISD::FABS || N0.getOpcode() == ISD::FNEG ||
12693       N0.getOpcode() == ISD::FCOPYSIGN)
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));