Searched refs:AllocA (Results 1 – 1 of 1) sorted by relevance
151 AllocaInst *AllocA = new AllocaInst(StructType, Arg->getName(), FirstInst); in handleByValParam() local155 AllocA->setAlignment(Func->getParamAlignment(Arg->getArgNo() + 1)); in handleByValParam()156 Arg->replaceAllUsesWith(AllocA); in handleByValParam()162 new StoreInst(LI, AllocA, FirstInst); in handleByValParam()