Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DVPIntrinsicTest.cpp246 Type *VecLenParamType = F.getArg(VecLenParamPos.value())->getType(); in TEST_F() local
247 ASSERT_TRUE(VecLenParamType->isIntegerTy(32)); in TEST_F()