#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/AsmParser/Parser.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Module.h"
#include "llvm/SandboxIR/Constant.h"
#include "llvm/SandboxIR/Context.h"
#include "llvm/SandboxIR/Function.h"
#include "llvm/Support/SourceMgr.h"
#include "gtest/gtest.h"
usingnamespacellvm;
struct SandboxTypeTest : public testing::Test { … };
TEST_F(SandboxTypeTest, Type) { … }
TEST_F(SandboxTypeTest, PointerType) { … }
TEST_F(SandboxTypeTest, ArrayType) { … }
TEST_F(SandboxTypeTest, StructType) { … }
TEST_F(SandboxTypeTest, VectorType) { … }
TEST_F(SandboxTypeTest, FixedVectorType) { … }
TEST_F(SandboxTypeTest, ScalableVectorType) { … }
TEST_F(SandboxTypeTest, FunctionType) { … }
TEST_F(SandboxTypeTest, IntegerType) { … }