Searched refs:Pointer2 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_global.cpp | 38 uint8_t *Pointer2; member
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | MemorySSATest.cpp | 1613 Value *Pointer2 = B.CreateGEP(B.getInt8Ty(), Pointer1, B.getInt64(1)); in TEST_F() local 1615 Instruction *StorePointer2 = B.CreateStore(B.getInt8(0), Pointer2); in TEST_F() 1616 Instruction *MemSet = B.CreateMemSet(Pointer2, B.getInt8(0), 1, Align(1)); in TEST_F() 1631 MemSetAccess, MemoryLocation(Pointer2, LocationSize::precise(1))); in TEST_F() 1646 Value *Pointer2 = B.CreateGEP(B.getInt8Ty(), Pointer1, B.getInt64(1)); in TEST_F() local 1650 B.CreateLoad(B.getInt8Ty(), Pointer2, /* Volatile */ true); in TEST_F() 1666 Load2Access, MemoryLocation(Pointer2, LocationSize::precise(1))); in TEST_F()
|