Searched refs:AllocA (Results 1 – 1 of 1) sorted by relevance
372 AllocaInst *AllocA = new AllocaInst(StructType, AS, Arg->getName(), FirstInst); in handleByValParam() local376 AllocA->setAlignment(Func->getParamAlign(Arg->getArgNo()) in handleByValParam()378 Arg->replaceAllUsesWith(AllocA); in handleByValParam()388 /*isVolatile=*/false, AllocA->getAlign(), FirstInst); in handleByValParam()389 new StoreInst(LI, AllocA, FirstInst); in handleByValParam()