Searched refs:NumEl (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 565 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument 566 : SequentialType(ArrayTyID, ElType, NumEl) {} in ArrayType() 590 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType() argument 591 : SequentialType(VectorTyID, ElType, 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/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/include/llvm/ |
D | DerivedTypes.h | 337 ArrayType(Type *ElType, uint64_t NumEl); 364 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);
|
/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-7.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 370 ArrayType(Type *ElType, uint64_t NumEl); 394 VectorType(Type *ElType, unsigned NumEl);
|