llvm::capturesAddressIsNullOnly

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

NameDescription
CCCapture-component flags to test.