Test if the given class is objc_autorelease or equivalent.
Declared in <llvm/Analysis/ObjCARCInstKind.h>
<llvm/Analysis/ObjCARCInstKind.h>
bool IsAutorelease(ARCInstKind Class);
True if Class is objc_autorelease or equivalent.
Class