reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1013 LoadInst *LA1 = B.CreateLoad(Int8, AllocaA, ""); 1015 LoadInst *LA2 = B.CreateLoad(Int8, AllocaA, ""); 1017 B.CreateStore(ConstantInt::get(Int8, 1), AllocaA); 1019 LoadInst *LA3 = B.CreateLoad(Int8, AllocaA, ""); 1021 LoadInst *LA4 = B.CreateLoad(Int8, AllocaA, "");