Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp3701 StoreInst *Store3 = dyn_cast<StoreInst>(&Cont1->front()); in TEST_F() local
3702 EXPECT_NE(Store3, nullptr); in TEST_F()
3703 EXPECT_EQ(Store3->getPointerOperand(), VVal); in TEST_F()
3704 EXPECT_EQ(Store3->getValueOperand(), ExtVal4); in TEST_F()
3705 BranchInst *Br2 = dyn_cast<BranchInst>(Store3->getNextNode()); in TEST_F()