Searched refs:MaskParamType (Results 1 – 1 of 1) sorted by relevance
115 Type *MaskParamType = F.getArg(MaskParamPos.getValue())->getType(); in TEST_F() local116 ASSERT_TRUE(MaskParamType->isVectorTy()); in TEST_F()117 ASSERT_TRUE(cast<VectorType>(MaskParamType)->getElementType()->isIntegerTy(1)); in TEST_F()