Create a left shift of LHS by RHS.

Synopsis

Declared in <llvm/MC/MCExpr.h>

static
MCBinaryExpr const*
createShl(
    MCExpr const* LHS,
    MCExpr const* RHS,
    MCContext& Ctx);

Return Value

Newly created left shift expression.

Parameters

Name

Description

LHS

‐ Left‐hand operand expression.

RHS

‐ Right‐hand operand expression.

Ctx

‐ Assembler context used to allocate the expression.

Created with MrDocs