Searched refs:AllocaC (Results 1 – 1 of 1) sorted by relevance
1148 Value *AllocaC = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "C"); in TEST_F() local1154 StoreInst *SC1 = B.CreateStore(ConstantInt::get(Int8, 2), AllocaC); in TEST_F()1160 StoreInst *SC2 = B.CreateStore(ConstantInt::get(Int8, 5), AllocaC); in TEST_F()