Return a list‐concatenation initializer.

Synopsis

Declared in <llvm/TableGen/Record.h>

static
Init const*
getListConcat(
    TypedInit const* lhs,
    Init const* rhs);

Return Value

A list‐concatenation initializer.

Parameters

Name

Description

lhs

The typed left operand.

rhs

The right operand.

Created with MrDocs