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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
12669   bool N1CFP = isConstantFPBuildVectorOrConstantFP(N1);
12673     return DAG.getNode(ISD::FCOPYSIGN, SDLoc(N), VT, N0, N1);
12694     return DAG.getNode(ISD::FCOPYSIGN, SDLoc(N), VT, N0.getOperand(0), N1);
12697   if (N1.getOpcode() == ISD::FABS)
12701   if (N1.getOpcode() == ISD::FCOPYSIGN)
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));