llvm::MachineIRBuilder::buildSAddo

Build and insert Res, CarryOut = G_SADDO Op0, Op1

Synopsis

Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>

MachineInstrBuilder
buildSAddo(
    DstOp const& Res,
    DstOp const& CarryOut,
    SrcOp const& Op0,
    SrcOp const& Op1);

Return Value

a MachineInstrBuilder for the newly created instruction.

Parameters

NameDescription
ResDestination operand for the result.
CarryOutDestination for the carry or overflow flag.
Op0First source operand.
Op1Second source operand.