Test if the given class represents instructions which do nothing if passed a null pointer.
Declared in <llvm/Analysis/ObjCARCInstKind.h>
<llvm/Analysis/ObjCARCInstKind.h>
bool IsNoopOnNull(ARCInstKind Class);
True if Class is a no-op when passed a null pointer.
Class