Home | History | Annotate | Download | only in Utils

Lines Matching refs:AggTy

836   Type *AggTy = cast<PointerType>(Src->getType())->getElementType();
839 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy));
854 Type *AggTy = ArgTy->getElementType();
883 Caller->getParent()->getDataLayout().getPrefTypeAlignment(AggTy);
890 Value *NewAlloca = new AllocaInst(AggTy, nullptr, Align, Arg->getName(),