Return true if the builder has any attribute that's in the specified builder.

Synopsis

Declared in <llvm/IR/Attributes.h>

bool
overlaps(AttributeMask const& AM) const;

Return Value

true if the builder has any attribute that's in the specified builder.

Parameters

Name

Description

AM

Mask of attributes to test for overlap.

Created with MrDocs