Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Transforms/Utils/
H A DFunctionComparatorTest.cpp92 int testCmpTypes(Type *TyL, Type *TyR) { in testCmpTypes() function in TestComparator
127 EXPECT_EQ(Cmp.testCmpTypes(F1.T, F2.T), 0); in TEST()