reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
163 AllocaInst *AllocA = new AllocaInst(StructType, AS, Arg->getName(), FirstInst); 172 FirstInst); 174 new LoadInst(StructType, ArgInParam, Arg->getName(), FirstInst); 175 new StoreInst(LI, AllocA, FirstInst);