Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp755 auto FixedEC = ElementCount::getFixed(Min); in TEST() local
757 for (auto EC : {ScalableEC, FixedEC}) { in TEST()
H A DPatternMatch.cpp1522 auto FixedEC = ElementCount::getFixed(4); in TEST_F() local
1527 for (auto EC : {FixedEC, ScalableEC}) { in TEST_F()