Searched refs:elementsMatch (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | CoalescingBitVectorTest.cpp | 77 EXPECT_TRUE(elementsMatch(BV1, {0})); in TEST() 78 EXPECT_TRUE(elementsMatch(BV2, {0})); in TEST() 81 EXPECT_TRUE(elementsMatch(BV1, {0})); in TEST() 82 EXPECT_TRUE(elementsMatch(BV2, {0})); in TEST() 109 EXPECT_TRUE(elementsMatch(BV, {0, 1, 2})); in TEST() 112 EXPECT_TRUE(elementsMatch(BV, {0, 1, 2, 4, 5, 6})); in TEST() 146 EXPECT_TRUE(elementsMatch(BV, {2, 3})); in TEST() 151 EXPECT_TRUE(elementsMatch(BV, {1, 3})); in TEST() 156 EXPECT_TRUE(elementsMatch(BV, {1, 2})); in TEST() 214 ASSERT_TRUE(elementsMatch(BV1, Expected)); in TEST() [all …]
|