Lines Matching defs:IsIndirect
842 bool IsIndirect = AI.isIndirect();
845 if (IsIndirect)
880 int RegSize = IsIndirect ? 8 : TySize.getQuantity();
916 if (!IsFPR && !IsIndirect && TyAlign.getQuantity() > 8) {
961 if (IsIndirect) {
975 assert(!IsIndirect && "Homogeneous aggregates should be passed directly");
1006 if (CGF.CGM.getDataLayout().isBigEndian() && !IsIndirect &&
1028 if (!IsIndirect && TyAlign.getQuantity() > 8) {
1037 if (IsIndirect)
1067 if (IsIndirect)
1103 bool IsIndirect = false;
1107 IsIndirect = !isHomogeneousAggregate(Ty, Base, Members);
1110 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, TyInfo, SlotSize,
1116 bool IsIndirect = false;
1120 IsIndirect = true;
1122 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect,