Searched refs:ArgSizeInBytes (Results 1 – 1 of 1) sorted by relevance
1849 unsigned ArgSizeInBytes = getDataLayout()->getTypeAllocSize(VT.getTypeForEVT(*DAG.getContext())); in lowerVAARG() local1851 DAG.getConstant(RoundUpToAlignment(ArgSizeInBytes, ArgSlotSizeInBytes), in lowerVAARG()1862 if (!Subtarget.isLittle() && ArgSizeInBytes < ArgSlotSizeInBytes) { in lowerVAARG()1863 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; in lowerVAARG()