Lines Matching defs:AllocA
703 Value *AllocA = B.CreateAlloca(Int8, One, "a");
711 Instruction *FirstStore = B.CreateStore(Zero, AllocA);
713 Instruction *ALoad0 = B.CreateLoad(Int8, AllocA, "");
717 Instruction *KillStore = B.CreateStore(Zero, AllocA);
718 Instruction *ALoad = B.CreateLoad(Int8, AllocA, "");
722 Instruction *BelowPhi = B.CreateStore(Zero, AllocA);
766 Value *AllocA = B.CreateAlloca(Int8, One, "");
768 Instruction *Store = B.CreateStore(One, AllocA);
769 Instruction *Load = B.CreateLoad(Int8, AllocA);
1238 Value *AllocA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
1241 StoreInst *StoreA = B.CreateStore(ConstantInt::get(Int8, 0), AllocA);
1243 StoreInst *StoreA2 = B.CreateStore(ConstantInt::get(Int8, 2), AllocA);