Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DVPIntrinsicTest.cpp243 Optional<unsigned> VecLenParamPos = in TEST_F() local
245 if (VecLenParamPos) { in TEST_F()
246 Type *VecLenParamType = F.getArg(VecLenParamPos.value())->getType(); in TEST_F()