6 #include <gtest/gtest.h>
10 TEST(GetElementPtrOperationTests, TestOperationEquality)
28 EXPECT_NE(operation1, operation2);
TEST(GetElementPtrOperationTests, TestOperationEquality)
static std::shared_ptr< const ArrayType > Create(std::shared_ptr< const Type > type, size_t nelements)
static std::shared_ptr< const StructType > CreateIdentified(const std::string &name, std::vector< std::shared_ptr< const Type >> types, bool isPacked)
static std::shared_ptr< const StructType > CreateLiteral(std::vector< std::shared_ptr< const Type >> types, bool isPacked)
static std::shared_ptr< const BitType > Create(std::size_t nbits)
Creates bit type of specified width.
Global memory state passed between functions.