Return true if this getelementptr has at least one index operand.
Synopsis
Declared in <llvm/IR/Instructions.h>
bool
hasIndices() const;
Return Value
True if this getelementptr has at least one index operand.
Created with MrDocs