Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/IR/
DVPIntrinsicTest.cpp120 Optional<int> VecLenParamPos = in TEST_F() local
122 if (VecLenParamPos.hasValue()) { in TEST_F()
123 Type *VecLenParamType = F.getArg(VecLenParamPos.getValue())->getType(); in TEST_F()