Searched refs:NumEl (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/IR/ |
D | Type.cpp | 603 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument 605 NumElements = NumEl; in ArrayType() 630 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType() argument 632 NumElements = NumEl; in VectorType()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 618 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument 620 NumElements = NumEl; in ArrayType() 646 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType() argument 648 NumElements = NumEl; in VectorType()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | DerivedTypes.h | 337 ArrayType(Type *ElType, uint64_t NumEl); 364 VectorType(Type *ElType, unsigned NumEl);
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 343 ArrayType(Type *ElType, uint64_t NumEl); 370 VectorType(Type *ElType, unsigned NumEl);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DerivedTypes.h | 346 ArrayType(Type *ElType, uint64_t NumEl); 370 VectorType(Type *ElType, unsigned NumEl);
|