Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp711 Value *AllocB = B.CreateAlloca(Int8, One, "b"); in TEST_F() local
719 B.CreateStore(Zero, AllocB); in TEST_F()
721 Instruction *BStore = B.CreateStore(Zero, AllocB); in TEST_F()
1358 Value *AllocB = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "B"); in TEST_F() local
1361 StoreInst *StoreB = B.CreateStore(ConstantInt::get(Int8, 1), AllocB); in TEST_F()