Assuming the given instruction is one of the special calls such as objc_retain or objc_release, return the RCIdentity root of the argument of the call.

Synopsis

Declared in <llvm/Analysis/ObjCARCAnalysisUtils.h>

Value*
GetArgRCIdentityRoot(Value* Inst);

Return Value

LLVM Value Representation

Parameters

Name

Description

Inst

LLVM Value Representation

Created with MrDocs