Searched refs:Store8 (Results 1 – 4 of 4) sorted by relevance
21 define void @Store8(i8 %x) sanitize_memory {27 ; CHECK-LABEL: @Store8
10 define void @Store8(i64* nocapture %p, i64 %x) sanitize_memory {17 ; CHECK-LABEL: define void @Store8(
129 define void @Store8(i64* nocapture %p, i64 %x) nounwind uwtable sanitize_memory {135 ; CHECK-LABEL: @Store8
3797 StoreInst *Store8 = dyn_cast<StoreInst>(Sel2->getNextNode()); in TEST_F() local3798 EXPECT_NE(Store8, nullptr); in TEST_F()3799 EXPECT_EQ(Store8->getPointerOperand(), VVal); in TEST_F()3800 EXPECT_EQ(Store8->getValueOperand(), Sel2); in TEST_F()