diff options
| -rw-r--r-- | llvm/include/llvm/Constants.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/include/llvm/Constants.h b/llvm/include/llvm/Constants.h index fd960b3504d..0663d60bfd7 100644 --- a/llvm/include/llvm/Constants.h +++ b/llvm/include/llvm/Constants.h @@ -418,14 +418,6 @@ public: return false; } - Constant* getElementAt(unsigned i) const { - return cast<Constant>(Operands[i]); - } - - unsigned getNumElements() const { - return Operands.size(); - } - virtual void destroyConstant(); virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, bool DisableChecking = false); |

