Searched refs:Pointer1 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | MemorySSATest.cpp | 1615 Value *Pointer1 = &*F->arg_begin(); in TEST_F() local 1618 Value *Pointer2 = B.CreateGEP(B.getInt8Ty(), Pointer1, B.getInt64(1)); in TEST_F() 1619 Instruction *StorePointer1 = B.CreateStore(B.getInt8(0), Pointer1); in TEST_F() 1632 MemSetAccess, MemoryLocation(Pointer1, LocationSize::precise(1))); in TEST_F() 1648 Value *Pointer1 = &*F->arg_begin(); in TEST_F() local 1651 Value *Pointer2 = B.CreateGEP(B.getInt8Ty(), Pointer1, B.getInt64(1)); in TEST_F() 1653 B.CreateLoad(B.getInt8Ty(), Pointer1, /* Volatile */ true); in TEST_F() 1667 Load2Access, MemoryLocation(Pointer1, LocationSize::precise(1))); in TEST_F()
|