Searched refs:AllocB (Results 1 – 1 of 1) sorted by relevance
711 Value *AllocB = B.CreateAlloca(Int8, One, "b"); in TEST_F() local719 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() local1361 StoreInst *StoreB = B.CreateStore(ConstantInt::get(Int8, 1), AllocB); in TEST_F()