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