Returns true if A is equal to B.

Synopsis

Declared in <llvm/ADT/DynamicAPInt.h>

bool
operator==(
    DynamicAPInt const& A,
    int64_t B);

Return Value

True if A equals B.

Parameters

Name

Description

A

Left‐hand operand.

B

Right‐hand operand.

Created with MrDocs