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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
13005   ConstantFPSDNode *N0CFP = dyn_cast<ConstantFPSDNode>(N0);
13010     return DAG.getNode(ISD::FP_ROUND, SDLoc(N), VT, N0, N1);
13013   if (N0.getOpcode() == ISD::FP_EXTEND && VT == N0.getOperand(0).getValueType())
13013   if (N0.getOpcode() == ISD::FP_EXTEND && VT == N0.getOperand(0).getValueType())
13014     return N0.getOperand(0);
13017   if (N0.getOpcode() == ISD::FP_ROUND) {
13019     const bool N0IsTrunc = N0.getConstantOperandVal(1) == 1;
13028     if (N0.getOperand(0).getValueType() == MVT::f80 && VT == MVT::f16)
13038       return DAG.getNode(ISD::FP_ROUND, DL, VT, N0.getOperand(0),
13044   if (N0.getOpcode() == ISD::FCOPYSIGN && N0.getNode()->hasOneUse()) {
13044   if (N0.getOpcode() == ISD::FCOPYSIGN && N0.getNode()->hasOneUse()) {
13045     SDValue Tmp = DAG.getNode(ISD::FP_ROUND, SDLoc(N0), VT,
13046                               N0.getOperand(0), N1);
13049                        Tmp, N0.getOperand(1));