Lines Matching refs:VectorNumElements
21 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()
124 ASSERT_TRUE(isAllTrueMask(VPIntrin->getMaskParam(), 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()
172 isLegalConstEVL(VPIntrin->getVectorLengthParam(), VectorNumElements)); \ in TEST_F()
187 VBuild.setStaticVL(VectorNumElements); in TEST_F()
190 FixedVectorType::get(Type::getFloatTy(Context), VectorNumElements); in TEST_F()
192 FixedVectorType::get(Type::getInt32Ty(Context), VectorNumElements); in TEST_F()
205 ASSERT_TRUE(isAllTrueMask(VPIntrin->getMaskParam(), VectorNumElements)); \ in TEST_F()
207 isLegalConstEVL(VPIntrin->getVectorLengthParam(), VectorNumElements)); \ in TEST_F()
223 FixedVectorType::get(Type::getFloatTy(Context), VectorNumElements); in TEST_F()