#include "llvm/SandboxIR/Type.h"
#include "llvm/SandboxIR/SandboxIR.h"
usingnamespacellvm::sandboxir;
Type *Type::getScalarType() const { … }
Type *Type::getInt64Ty(Context &Ctx) { … }
Type *Type::getInt32Ty(Context &Ctx) { … }
Type *Type::getInt16Ty(Context &Ctx) { … }
Type *Type::getInt8Ty(Context &Ctx) { … }
Type *Type::getInt1Ty(Context &Ctx) { … }
Type *Type::getDoubleTy(Context &Ctx) { … }
Type *Type::getFloatTy(Context &Ctx) { … }
PointerType *PointerType::get(Type *ElementType, unsigned AddressSpace) { … }
PointerType *PointerType::get(Context &Ctx, unsigned AddressSpace) { … }