llvm::objcarc::IsNoopInstruction

Return true if I is a bitcast or a zero-index GEP.

Synopsis

Declared in <llvm/Analysis/ObjCARCAnalysisUtils.h>

bool
IsNoopInstruction(Instruction const* I);

Return Value

True if I is a bitcast or a zero-index GEP.

Parameters

NameDescription
IInstruction to test.