Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp3751 StoreInst *Store5 = dyn_cast<StoreInst>(&Cont2->front()); in TEST_F() local
3752 EXPECT_NE(Store5, nullptr); in TEST_F()
3753 EXPECT_EQ(Store5->getPointerOperand(), VVal); in TEST_F()
3754 EXPECT_EQ(Store5->getValueOperand(), ExtVal7); in TEST_F()
3755 BranchInst *Br4 = dyn_cast<BranchInst>(Store5->getNextNode()); in TEST_F()