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
Name |
Description |
I |
Instruction to test. |
Created with MrDocs