Searched refs:Pointer2 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | MemorySSATest.cpp | 1618 Value *Pointer2 = B.CreateGEP(B.getInt8Ty(), Pointer1, B.getInt64(1)); in TEST_F() local 1620 Instruction *StorePointer2 = B.CreateStore(B.getInt8(0), Pointer2); in TEST_F() 1621 Instruction *MemSet = B.CreateMemSet(Pointer2, B.getInt8(0), 1, Align(1)); in TEST_F() 1636 MemSetAccess, MemoryLocation(Pointer2, LocationSize::precise(1))); in TEST_F() 1651 Value *Pointer2 = B.CreateGEP(B.getInt8Ty(), Pointer1, B.getInt64(1)); in TEST_F() local 1655 B.CreateLoad(B.getInt8Ty(), Pointer2, /* Volatile */ true); in TEST_F() 1671 Load2Access, MemoryLocation(Pointer2, LocationSize::precise(1))); in TEST_F()
|