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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
13003   SDValue N0 = N->getOperand(0);
13004   SDValue N1 = N->getOperand(1);
13006   EVT VT = N->getValueType(0);
13010     return DAG.getNode(ISD::FP_ROUND, SDLoc(N), VT, N0, N1);
13018     const bool NIsTrunc = N->getConstantOperandVal(1) == 1;
13037       SDLoc DL(N);
13048     return DAG.getNode(ISD::FCOPYSIGN, SDLoc(N), VT,
13052   if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N))