Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemorySSATest.cpp269 LoadInst *LoadInst1 = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F() local
284 LoadInst *LoadInstClone = cast<LoadInst>(LoadInst1->clone()); in TEST_F()
292 Updater.removeMemoryAccess(MSSA.getMemoryAccess(LoadInst1)); in TEST_F()