Home
last modified time | relevance | path

Searched refs:NumEl (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp565 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/
DType.cpp618 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/
DType.cpp603 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/
DDerivedTypes.h337 ArrayType(Type *ElType, uint64_t NumEl);
364 VectorType(Type *ElType, unsigned NumEl);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
/external/llvm/include/llvm/IR/
DDerivedTypes.h343 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDerivedTypes.h370 ArrayType(Type *ElType, uint64_t NumEl);
394 VectorType(Type *ElType, unsigned NumEl);