Jlm
Functions
SelectTests.cpp File Reference
#include <gtest/gtest.h>
#include <jlm/llvm/frontend/LlvmModuleConversion.hpp>
#include <jlm/llvm/ir/operators/call.hpp>
#include <jlm/llvm/ir/operators/operators.hpp>
#include <jlm/llvm/ir/print.hpp>
#include <llvm/IR/BasicBlock.h>
#include <llvm/IR/IRBuilder.h>
#include <llvm/IR/Module.h>
Include dependency graph for SelectTests.cpp:

Go to the source code of this file.

Functions

template<class OP >
static bool contains (const jlm::llvm::InterProceduralGraphModule &module, const std::string &fctname)
 
 TEST (SelectTests, test_scalar_select)
 
 TEST (SelectTests, test_vector_select)
 

Function Documentation

◆ contains()

template<class OP >
static bool contains ( const jlm::llvm::InterProceduralGraphModule module,
const std::string &  fctname 
)
static

Definition at line 19 of file SelectTests.cpp.

◆ TEST() [1/2]

TEST ( SelectTests  ,
test_scalar_select   
)

Definition at line 32 of file SelectTests.cpp.

◆ TEST() [2/2]

TEST ( SelectTests  ,
test_vector_select   
)

Definition at line 66 of file SelectTests.cpp.