Improve handling of EnforceSmallerThan. Remove all types that are smaller from the...
[oota-llvm.git] / utils / TableGen / CodeGenDAGPatterns.h
index 6fbdd4f9a85be55abc8fca7967e0c15c46a18ad4..0533bb8bb5b94fec50e200bc65b2e23af3083ea9 100644 (file)
@@ -96,6 +96,10 @@ namespace EEVT {
     /// a floating point value type.
     bool hasFloatingPointTypes() const;
 
+    /// hasScalarTypes - Return true if this TypeSet contains a scalar value
+    /// type.
+    bool hasScalarTypes() const;
+
     /// hasVectorTypes - Return true if this TypeSet contains a vector value
     /// type.
     bool hasVectorTypes() const;