Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Dorigin-alignment.ll36 define void @Store4(i8 %x) sanitize_memory {
42 ; CHECK-LABEL: @Store4
H A Dmsan_kernel_basic.ll98 define void @Store4(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory {
104 ; CHECK-LABEL: @Store4
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp3723 StoreInst *Store4 = dyn_cast<StoreInst>(ZExt1->getNextNode()); in TEST_F() local
3724 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()