Lines Matching defs:ArgTy
319 Type *ArgTy = IsByRef ? Arg.getParamByRefType() : Arg.getType();
321 Align ABITypeAlign = DL.getValueOrABITypeAlignment(ParamAlign, ArgTy);
323 uint64_t Size = DL.getTypeSizeInBits(ArgTy);
324 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy);
361 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) {
377 auto *VT = dyn_cast<FixedVectorType>(ArgTy);
379 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType();
406 AdjustedArgTy = ArgTy;
431 if (isa<PointerType>(ArgTy)) {
469 Value *NewVal = Builder.CreateBitCast(Trunc, ArgTy,