Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DType.cpp578 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument
579 : SequentialType(ArrayTyID, ElType, NumEl) {} in ArrayType()
603 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType() argument
604 : SequentialType(VectorTyID, ElType, NumEl) {} in VectorType()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h370 ArrayType(Type *ElType, uint64_t NumEl);
394 VectorType(Type *ElType, unsigned NumEl);