Searched refs:ArgSizeInBytes (Results 1 – 2 of 2) sorted by relevance
1278 unsigned ArgSizeInBytes = TD.getTypeAllocSize(Ty); in LowerVAARG() local1279 unsigned VASizeInBytes = llvm::alignTo(ArgSizeInBytes, 4); in LowerVAARG()
2464 unsigned ArgSizeInBytes = in lowerVAARG() local2468 DAG.getConstant(alignTo(ArgSizeInBytes, ArgSlotSizeInBytes), in lowerVAARG()2479 if (!Subtarget.isLittle() && ArgSizeInBytes < ArgSlotSizeInBytes) { in lowerVAARG()2480 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; in lowerVAARG()