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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 1713       RHS = DAG.getNode(ISD::FP_EXTEND, DL, MVT::f32, RHS);
 1713       RHS = DAG.getNode(ISD::FP_EXTEND, DL, MVT::f32, RHS);
 1716   } else if (RHS.getOpcode() == ISD::SUB) {
 1717     SDValue SubOp0 = RHS.getOperand(0);
 1721       RHS = RHS.getOperand(1);
 1721       RHS = RHS.getOperand(1);
 1731   return DAG.getNode(Opcode, DL, MVT_CC, LHS, RHS, NZCVOp, Condition, CCOp);