Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DVPIntrinsicTest.cpp237 Type *MaskParamType = F.getArg(MaskParamPos.value())->getType(); in TEST_F() local
238 ASSERT_TRUE(MaskParamType->isVectorTy()); in TEST_F()
240 cast<VectorType>(MaskParamType)->getElementType()->isIntegerTy(1)); in TEST_F()