Searched refs:ArgSizeInBytes (Results 1 – 1 of 1) sorted by relevance
2300 unsigned ArgSizeInBytes = in lowerVAARG() local2304 DAG.getConstant(alignTo(ArgSizeInBytes, ArgSlotSizeInBytes), in lowerVAARG()2315 if (!Subtarget.isLittle() && ArgSizeInBytes < ArgSlotSizeInBytes) { in lowerVAARG()2316 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; in lowerVAARG()