package llvm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

The kind of an lltype, the result of classify_type ty. See the llvm::Type::TypeID enumeration.

type t =
  1. | Void
  2. | Half
  3. | Float
  4. | Double
  5. | X86fp80
  6. | Fp128
  7. | Ppc_fp128
  8. | Label
  9. | Integer
  10. | Function
  11. | Struct
  12. | Array
  13. | Pointer
  14. | Vector
  15. | Metadata
  16. | X86_mmx
  17. | Token
  18. | ScalableVector
  19. | BFloat
  20. | X86_amx