aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/IR/Constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/IR/Constants.h')
-rw-r--r--llvm/include/llvm/IR/Constants.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/IR/Constants.h b/llvm/include/llvm/IR/Constants.h
index 65d453861628..fb884912b318 100644
--- a/llvm/include/llvm/IR/Constants.h
+++ b/llvm/include/llvm/IR/Constants.h
@@ -1196,13 +1196,6 @@ public:
/// and the getIndices() method may be used.
bool hasIndices() const;
- /// Return true if this is a getelementptr expression and all
- /// the index operands are compile-time known integers within the
- /// corresponding notional static array extents. Note that this is
- /// not equivalant to, a subset of, or a superset of the "inbounds"
- /// property.
- bool isGEPWithNoNotionalOverIndexing() const;
-
/// Select constant expr
///
/// \param OnlyIfReducedTy see \a getWithOperands() docs.