Home
last modified time | relevance | path

Searched refs:AttributorTestBase (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/unittests/Transforms/IPO/
DAttributorTestBase.h31 class AttributorTestBase : public testing::Test {
36 AttributorTestBase() : Ctx(new LLVMContext) {} in AttributorTestBase() function
DAttributorTest.cpp24 TEST_F(AttributorTestBase, TestCast) { in TEST_F() argument