Searched refs:Store4 (Results 1 – 3 of 3) sorted by relevance
36 define void @Store4(i8 %x) sanitize_memory {42 ; CHECK-LABEL: @Store4
98 define void @Store4(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory {104 ; CHECK-LABEL: @Store4
3723 StoreInst *Store4 = dyn_cast<StoreInst>(ZExt1->getNextNode()); in TEST_F() local3724 EXPECT_NE(Store4, nullptr); in TEST_F()3725 EXPECT_EQ(Store4->getPointerOperand(), RVal); in TEST_F()3726 EXPECT_EQ(Store4->getValueOperand(), ZExt1); in TEST_F()3729 dyn_cast<AtomicCmpXchgInst>(Store4->getNextNode()); in TEST_F()