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

References

lib/Target/X86/X86ISelLowering.cpp
43456     SDValue Res = DAG.getNode(GenericOpc, DL, VT, LHS, RHS);
43457     return DAG.getMergeValues({Res, DAG.getConstant(0, DL, MVT::i32)}, DL);
43457     return DAG.getMergeValues({Res, DAG.getConstant(0, DL, MVT::i32)}, DL);
43463     SDVTList VTs = DAG.getVTList(N->getValueType(0));
43464     if (SDNode *GenericAddSub = DAG.getNodeIfExists(GenericOpc, VTs, Ops)) {
43467         Op = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), Op);
43467         Op = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), Op);