Lines Matching defs:ArgTy
134 Type *ArgTy = IsByRef ? Arg.getParamByRefType() : Arg.getType();
136 Align ABITypeAlign = DL.getValueOrABITypeAlignment(ParamAlign, ArgTy);
138 uint64_t Size = DL.getTypeSizeInBits(ArgTy);
139 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy);
170 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) {
186 auto *VT = dyn_cast<FixedVectorType>(ArgTy);
188 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType();
215 AdjustedArgTy = ArgTy;
230 if (isa<PointerType>(ArgTy)) {
268 Value *NewVal = Builder.CreateBitCast(Trunc, ArgTy,