llvm::objcarc::IsNoopOnNull

Test if the given class represents instructions which do nothing if passed a null pointer.

Synopsis

Declared in <llvm/Analysis/ObjCARCInstKind.h>

bool
IsNoopOnNull(ARCInstKind Class);

Return Value

True if Class is a no-op when passed a null pointer.

Parameters

NameDescription
ClassARC instruction kind to test.