|
Jlm
|
#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>
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) | |
|
static |
Definition at line 19 of file SelectTests.cpp.
| TEST | ( | SelectTests | , |
| test_scalar_select | |||
| ) |
Definition at line 32 of file SelectTests.cpp.
| TEST | ( | SelectTests | , |
| test_vector_select | |||
| ) |
Definition at line 66 of file SelectTests.cpp.