reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1054 StoreInst *SB1 = B.CreateStore(ConstantInt::get(Int8, 1), AllocaB); 1056 StoreInst *SB2 = B.CreateStore(ConstantInt::get(Int8, 2), AllocaB); 1058 StoreInst *SB3 = B.CreateStore(ConstantInt::get(Int8, 3), AllocaB);