Home
last modified time | relevance | path

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

/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/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/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h337 ArrayType(Type *ElType, uint64_t NumEl);
364 VectorType(Type *ElType, unsigned NumEl);
/external/llvm/include/llvm/IR/
DDerivedTypes.h343 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);