Searched defs:OutVecVT (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/unittests/CodeGen/ |
D | AArch64SelectionDAGTest.cpp | 94 auto OutVecVT = EVT::getVectorVT(Context, Int16VT, 2); in TEST_F() local 109 auto OutVecVT = EVT::getVectorVT(Context, Int16VT, 2, true); in TEST_F() local 143 auto OutVecVT = EVT::getVectorVT(Context, Int16VT, 2); in TEST_F() local 157 auto OutVecVT = EVT::getVectorVT(Context, Int16VT, 2, /*IsScalable=*/true); in TEST_F() local
|