reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DerivedTypes.h
  201   explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {}
  385   SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
include/llvm/IR/Type.h
   83   TypeID   ID : 8;            // The current base type of this type.
   91   explicit Type(LLVMContext &C, TypeID tid)
  113   static bool isSequentialType(TypeID TyID) {
  138   TypeID getTypeID() const { return ID; }
  403   static Type *getPrimitiveType(LLVMContext &C, TypeID IDNumber);
lib/IR/Type.cpp
   39 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) {
lib/Target/Mips/Mips16HardFloat.cpp
  102 using TypeID = Type::TypeID;
  103 const Type::TypeID FloatTyID = Type::FloatTyID;
  104 const Type::TypeID DoubleTyID = Type::DoubleTyID;