Searched refs:SequentialType (Results 1 - 25 of 42) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DDerivedTypes.h316 /// for use of SIMD instructions. SequentialType holds the common features of
319 class SequentialType : public CompositeType { class in namespace:llvm
324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
332 SequentialType(const SequentialType &) = delete;
333 SequentialType &operator=(const SequentialType &) = delete;
345 class ArrayType : public SequentialType {
369 class VectorType : public SequentialType {
H A DGetElementPtrTypeIterator.h77 if (auto *STy = dyn_cast<SequentialType>(Ty)) {
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DDerivedTypes.h316 /// for use of SIMD instructions. SequentialType holds the common features of
319 class SequentialType : public CompositeType { class in namespace:llvm
324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
332 SequentialType(const SequentialType &) = delete;
333 SequentialType &operator=(const SequentialType &) = delete;
345 class ArrayType : public SequentialType {
369 class VectorType : public SequentialType {
H A DGetElementPtrTypeIterator.h77 if (auto *STy = dyn_cast<SequentialType>(Ty)) {
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {
H A DGetElementPtrTypeIterator.h79 if (auto *STy = dyn_cast<SequentialType>(Ty)) {
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {
H A DGetElementPtrTypeIterator.h79 if (auto *STy = dyn_cast<SequentialType>(Ty)) {
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {
H A DGetElementPtrTypeIterator.h79 if (auto *STy = dyn_cast<SequentialType>(Ty)) {
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {
H A DGetElementPtrTypeIterator.h79 if (auto *STy = dyn_cast<SequentialType>(Ty)) {
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {
H A DGetElementPtrTypeIterator.h79 if (auto *STy = dyn_cast<SequentialType>(Ty)) {
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {
H A DGetElementPtrTypeIterator.h79 if (auto *STy = dyn_cast<SequentialType>(Ty)) {
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {
H A DGetElementPtrTypeIterator.h79 if (auto *STy = dyn_cast<SequentialType>(Ty)) {
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {
H A DGetElementPtrTypeIterator.h79 if (auto *STy = dyn_cast<SequentialType>(Ty)) {
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {
H A DGetElementPtrTypeIterator.h79 if (auto *STy = dyn_cast<SequentialType>(Ty)) {
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DDerivedTypes.h340 /// for use of SIMD instructions. SequentialType holds the common features of
343 class SequentialType : public CompositeType { class in namespace:llvm
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) function in class:llvm::SequentialType
356 SequentialType(const SequentialType &) = delete;
357 SequentialType &operator=(const SequentialType &) = delete;
369 class ArrayType : public SequentialType {
393 class VectorType : public SequentialType {

Completed in 814 milliseconds

12