Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DVPIntrinsicTest.cpp234 Optional<unsigned> MaskParamPos = in TEST_F() local
236 if (MaskParamPos) { in TEST_F()
237 Type *MaskParamType = F.getArg(MaskParamPos.value())->getType(); in TEST_F()