Returns A plus B.

Synopsis

Declared in <llvm/ADT/DynamicAPInt.h>

DynamicAPInt
operator+(
    DynamicAPInt const& A,
    int64_t B);

Return Value

Sum of A and B.

Parameters

Name

Description

A

Left‐hand operand.

B

Right‐hand operand.

Created with MrDocs