Lines Matching defs:IsIndirect
545 bool IsIndirect = AI.isIndirect();
548 if (IsIndirect)
583 int RegSize = IsIndirect ? 8 : TySize.getQuantity();
619 if (!IsFPR && !IsIndirect && TyAlign.getQuantity() > 8) {
664 if (IsIndirect) {
678 assert(!IsIndirect && "Homogeneous aggregates should be passed directly");
709 if (CGF.CGM.getDataLayout().isBigEndian() && !IsIndirect &&
731 if (!IsIndirect && TyAlign.getQuantity() > 8) {
740 if (IsIndirect)
770 if (IsIndirect)
806 bool IsIndirect = false;
810 IsIndirect = !isHomogeneousAggregate(Ty, Base, Members);
813 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, TyInfo, SlotSize,
819 bool IsIndirect = false;
823 IsIndirect = true;
825 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect,