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

Name

Description

V

Value to test.

Created with MrDocs