Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DVectorBuilderTest.cpp21 static unsigned VectorNumElements = 8; variable
34 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 …]