Lines Matching refs:AggTy
332 Type *AggTy = cast<PointerType>(Src->getType())->getElementType();
341 Size = ConstantExpr::getSizeOf(AggTy);
344 IFI.DL->getTypeStoreSize(AggTy));
364 Type *AggTy = ArgTy->getElementType();
389 Align = IFI.DL->getPrefTypeAlignment(AggTy);
398 Value *NewAlloca = new AllocaInst(AggTy, nullptr, Align, Arg->getName(),