Searched refs:ArgSlotSizeInBytes (Results 1 – 1 of 1) sorted by relevance
1862 unsigned ArgSlotSizeInBytes = (ABI.IsN32() || ABI.IsN64()) ? 8 : 4; in lowerVAARG() local1893 ArgSlotSizeInBytes), in lowerVAARG()1904 if (!Subtarget.isLittle() && ArgSizeInBytes < ArgSlotSizeInBytes) { in lowerVAARG()1905 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; in lowerVAARG()