reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1290 StoreInst *StoreEntry = B.CreateStore(B.getInt8(0), Alloca); 1294 StoreInst *StoreA = B.CreateStore(B.getInt8(1), Alloca); 1298 StoreInst *StoreB = B.CreateStore(B.getInt8(2), Alloca);