Searched refs:FirstI (Results 1 – 1 of 1) sorted by relevance
1948 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction in ProcessInternalGlobal() local1952 AllocaInst *Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI); in ProcessInternalGlobal()1954 new StoreInst(GV->getInitializer(), Alloca, &FirstI); in ProcessInternalGlobal()