layout: page
title: VectorType (llvm.core)

llvm.core.VectorType

Base Class

Properties

element

[read-only]

A Type object representing the type of the element of the vector.

count

[read-only]

The number of elements in the vector.

Automatically Generated Documentation

class llvm.core.VectorType(ptr)
count
element

Table Of Contents

Previous topic

llvm.core.Value

Next topic

llvm.ee