Build and insert Res, CarryOut = G_SADDO Op0, Op1
Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>
MachineInstrBuilder
buildSAddo(
DstOp const& Res,
DstOp const& CarryOut,
SrcOp const& Op0,
SrcOp const& Op1);
a MachineInstrBuilder for the newly created instruction.
| Name | Description |
|---|---|
| Res | Destination operand for the result. |
| CarryOut | Destination for the carry or overflow flag. |
| Op0 | First source operand. |
| Op1 | Second source operand. |