reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
97 unsigned ABITypeAlign = DL.getABITypeAlignment(ArgTy); 98 unsigned Size = DL.getTypeSizeInBits(ArgTy); 99 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); 107 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { 123 VectorType *VT = dyn_cast<VectorType>(ArgTy); 125 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); 151 AdjustedArgTy = ArgTy; 168 if (isa<PointerType>(ArgTy)) { 208 Value *NewVal = Builder.CreateBitCast(Trunc, ArgTy,