reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
662 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); 662 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); 663 StoreInst *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);