llvm::objcarc::IsNullOrUndef

Return true if V is a null pointer constant or undef.

Synopsis

Declared in <llvm/Analysis/ObjCARCAnalysisUtils.h>

bool
IsNullOrUndef(Value const* V);

Return Value

True if V is a null pointer constant or undef.

Parameters

NameDescription
VValue to test.