aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/ValueTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/ValueTypes.h')
-rw-r--r--include/llvm/CodeGen/ValueTypes.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h
index 766d5fb..2401992 100644
--- a/include/llvm/CodeGen/ValueTypes.h
+++ b/include/llvm/CodeGen/ValueTypes.h
@@ -791,19 +791,19 @@ namespace llvm {
static EVT getExtendedIntegerVT(LLVMContext &C, unsigned BitWidth);
static EVT getExtendedVectorVT(LLVMContext &C, EVT VT,
unsigned NumElements);
- bool isExtendedFloatingPoint() const LLVM_READONLY;
- bool isExtendedInteger() const LLVM_READONLY;
- bool isExtendedVector() const LLVM_READONLY;
- bool isExtended16BitVector() const LLVM_READONLY;
- bool isExtended32BitVector() const LLVM_READONLY;
- bool isExtended64BitVector() const LLVM_READONLY;
- bool isExtended128BitVector() const LLVM_READONLY;
- bool isExtended256BitVector() const LLVM_READONLY;
- bool isExtended512BitVector() const LLVM_READONLY;
- bool isExtended1024BitVector() const LLVM_READONLY;
+ bool isExtendedFloatingPoint() const;
+ bool isExtendedInteger() const;
+ bool isExtendedVector() const;
+ bool isExtended16BitVector() const;
+ bool isExtended32BitVector() const;
+ bool isExtended64BitVector() const;
+ bool isExtended128BitVector() const;
+ bool isExtended256BitVector() const;
+ bool isExtended512BitVector() const;
+ bool isExtended1024BitVector() const;
EVT getExtendedVectorElementType() const;
- unsigned getExtendedVectorNumElements() const LLVM_READONLY;
- unsigned getExtendedSizeInBits() const LLVM_READONLY;
+ unsigned getExtendedVectorNumElements() const;
+ unsigned getExtendedSizeInBits() const;
};
} // End llvm namespace