Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Dorigin-alignment.ll21 define void @Store8(i8 %x) sanitize_memory {
27 ; CHECK-LABEL: @Store8
H A Dstore-long-origin.ll10 define void @Store8(i64* nocapture %p, i64 %x) sanitize_memory {
17 ; CHECK-LABEL: define void @Store8(
H A Dmsan_kernel_basic.ll129 define void @Store8(i64* nocapture %p, i64 %x) nounwind uwtable sanitize_memory {
135 ; CHECK-LABEL: @Store8
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp3797 StoreInst *Store8 = dyn_cast<StoreInst>(Sel2->getNextNode()); in TEST_F() local
3798 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()