Searched refs:ContainedType (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DerivedTypes.h | 320 Type *ContainedType; ///< Storage for the single contained type. variable 325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType), in SequentialType() 327 ContainedTys = &ContainedType; in SequentialType() 336 Type *getElementType() const { return ContainedType; } in getElementType()
|
/external/libchrome/base/containers/ |
D | stack_container.h | 144 typedef typename ContainerType::value_type ContainedType; typedef 145 typedef StackAllocator<ContainedType, stack_capacity> Allocator;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 381 Type *ContainedType; ///< Storage for the single contained type. variable 386 : CompositeType(ElType->getContext(), TID), ContainedType(ElType), in SequentialType() 388 ContainedTys = &ContainedType; in SequentialType() 399 Type *getElementType() const { return ContainedType; } in getElementType()
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 315 Type *ContainedType; ///< Storage for the single contained type. variable 321 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) { in SequentialType() 322 ContainedTys = &ContainedType; in SequentialType()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 364 Type *ContainedType; variable 375 Type *getElementType() const { return ContainedType; } in getElementType() 409 Type *ContainedType; variable 436 Type *getElementType() const { return ContainedType; } in getElementType()
|
/external/llvm-project/llvm/lib/IR/ |
D | Type.cpp | 565 : Type(ElType->getContext(), ArrayTyID), ContainedType(ElType), in ArrayType() 567 ContainedTys = &ContainedType; in ArrayType() 594 : Type(ElType->getContext(), TID), ContainedType(ElType), in VectorType() 596 ContainedTys = &ContainedType; in VectorType()
|