Remove reference to dead GEPSplitterPass. PR11506.
[oota-llvm.git] / include / llvm / Constant.h
index 601b37bb64e4df165db1a12111b1d1d953de845f..ecc1fe70cc5dbc54d4a2847d5a74e9bed25573ee 100644 (file)
@@ -52,6 +52,10 @@ public:
   /// getNullValue.
   bool isNullValue() const;
 
+  /// isAllOnesValue - Return true if this is the value that would be returned by
+  /// getAllOnesValue.
+  bool isAllOnesValue() const;
+
   /// isNegativeZeroValue - Return true if the value is what would be returned 
   /// by getZeroValueForNegation.
   bool isNegativeZeroValue() const;