Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp1267 SmallVector<SmallVector<bool>> ElementChoices(ReplicatedMask.size(), in TEST() local
1270 CombinationGenerator<bool, decltype(ElementChoices)::value_type, in TEST()
1272 G(ElementChoices); in TEST()
1302 SmallVector<SmallVector<int>> ElementChoices(ShufMaskNumElts, in TEST() local
1305 CombinationGenerator<int, decltype(ElementChoices)::value_type, in TEST()
1307 G(ElementChoices); in TEST()