Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DDerivedTypes.h337 ArrayType(Type *ElType, uint64_t NumEl);
363 VectorType(Type *ElType, unsigned NumEl);
/freebsd-9-stable/contrib/llvm/lib/IR/
DType.cpp674 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument
676 NumElements = NumEl; in ArrayType()
701 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType() argument
703 NumElements = NumEl; in VectorType()