Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 76b893cea3f7c8a238f8abdc3146b0a4 > files > 220

python-llvmpy-0.12.0-7.fc18.x86_64.rpm

+---------------------------------+
| layout: page                    |
+---------------------------------+
| title: VectorType (llvm.core)   |
+---------------------------------+

llvm.core.VectorType
====================

Base Class
----------

-  `llvm.core.Type <llvm.core.Type.html>`_

Properties
----------

``element``
~~~~~~~~~~~

[read-only]

A `Type <llvm.core.Type.html>`_ object representing the type of the
element of the vector.

``count``
~~~~~~~~~

[read-only]

The number of elements in the vector.


Automatically Generated Documentation
-------------------------------------
.. autoclass:: llvm.core.VectorType
   :members:
   :undoc-members: