Searched refs:VectorNumElements (Results 1 – 1 of 1) sorted by relevance
21 static unsigned VectorNumElements = 8; variable34 FixedVectorType::get(Type::getInt1Ty(Context), VectorNumElements); in createBuilderModule()59 FixedVectorType::get(Type::getFloatTy(Context), VectorNumElements); in TEST_F()61 FixedVectorType::get(Type::getInt32Ty(Context), VectorNumElements); in TEST_F()106 VBuild.setEVL(EVL).setStaticVL(VectorNumElements); in TEST_F()109 FixedVectorType::get(Type::getFloatTy(Context), VectorNumElements); in TEST_F()111 FixedVectorType::get(Type::getInt32Ty(Context), VectorNumElements); in TEST_F()152 VBuild.setMask(Mask).setStaticVL(VectorNumElements); in TEST_F()155 FixedVectorType::get(Type::getFloatTy(Context), VectorNumElements); in TEST_F()157 FixedVectorType::get(Type::getInt32Ty(Context), VectorNumElements); in TEST_F()[all …]