Searched refs:IsRetIndirect (Results 1 – 1 of 1) sorted by relevance
10352 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local10353 if (!IsRetIndirect && RetTy->isScalarType() && in computeInfo()10357 IsRetIndirect = getContext().getTypeSize(EltTy) > FLen; in computeInfo()10360 IsRetIndirect = true; in computeInfo()10369 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()