Return whether CC captures only address‐is‐null, not the full address.

Synopsis

Declared in <llvm/Support/ModRef.h>

bool
capturesAddressIsNullOnly(CaptureComponents CC);

Return Value

True if CC captures only address‐is‐null.

Parameters

Name

Description

CC

Capture‐component flags to test.

Created with MrDocs