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

References

lib/Target/XCore/XCoreISelLowering.cpp
 1643       return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2);
 1643       return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2);
 1647       SDValue Carry = DAG.getConstant(0, dl, VT);
 1648       SDValue Result = DAG.getNode(ISD::AND, dl, VT, N2,
 1649                                    DAG.getConstant(1, dl, VT));
 1657       APInt Mask = APInt::getHighBitsSet(VT.getSizeInBits(),
 1658                                          VT.getSizeInBits() - 1);
 1661         SDValue Carry = DAG.getConstant(0, dl, VT);
 1662         SDValue Result = DAG.getNode(ISD::ADD, dl, VT, N0, N2);