Searched refs:NumEl (Results 1 – 3 of 3) sorted by relevance
346 ArrayType(Type *ElType, uint64_t NumEl);370 VectorType(Type *ElType, unsigned NumEl);
409 ArrayType(Type *ElType, uint64_t NumEl);446 VectorType(Type *ElType, unsigned NumEl, bool Scalable = false);
584 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument585 : SequentialType(ArrayTyID, ElType, NumEl) {} in ArrayType()