Searched refs:NumEl (Results 1 – 2 of 2) sorted by relevance
578 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument579 : SequentialType(ArrayTyID, ElType, NumEl) {} in ArrayType()603 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType() argument604 : SequentialType(VectorTyID, ElType, NumEl) {} in VectorType()
370 ArrayType(Type *ElType, uint64_t NumEl);394 VectorType(Type *ElType, unsigned NumEl);