Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4070 Value *SwitchArg = nullptr; in TEST_F() local
4079 SwitchArg = Call; in TEST_F()
4114 ASSERT_EQ(SwitchArg->getNumUses(), 1u); in TEST_F()
4115 SwitchInst *Switch = dyn_cast<SwitchInst>(*SwitchArg->user_begin()); in TEST_F()