Lines Matching defs:Alloca
596 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
597 StoreInst *S1 = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);
598 StoreInst *S2 = B.CreateStore(ConstantInt::get(Int8, 1), Alloca);
599 StoreInst *S3 = B.CreateStore(ConstantInt::get(Int8, 2), Alloca);
627 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
628 Instruction *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);
629 Instruction *LI = B.CreateLoad(Int8, Alloca);
657 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
658 StoreInst *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);
1189 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "alloc");
1190 StoreInst *StoreEntry = B.CreateStore(B.getInt8(0), Alloca);
1194 StoreInst *StoreA = B.CreateStore(B.getInt8(1), Alloca);
1198 StoreInst *StoreB = B.CreateStore(B.getInt8(2), Alloca);
1375 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
1383 B.CreateStore(ConstantInt::get(Int8, 0), Alloca);